COLOR #BF90D1

HEX: #BF90D1
RGB: (191,144,209)

Color info

#BF90D1 contains mainly red and blue colors. Web safe color of #BF90D1 is #CC99CC (or #C9C).

RGB color model

#BF90D1 color RGB value is (191,144,209).

  • red value is 191;
  • green value is 144;
  • blue value is 209.
RGB:
(191,144,209)
(75%,56%,82%)

RGB channels and saturation

R 191 of 255 = 75%
G 144 of 255 = 56%
B 209 of 255 = 82%

191
144
209

R + G + B ~ 71%. #BF90D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 144 + 209 = 544 (100%)
R 191 of 544 ~ 35.11%
G 144 of 544 ~ 26.47%
B 209 of 544 ~ 38.42%

%35.11
%26.47
%38.42

CMYK color model

#BF90D1 color CMYK value is (9,31,0,18).

  • cyan value is 8.61%
  • magenta value is 31.10%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,31,0,18)
C9M31Y0K18 
(9%,31%,0%,18%)
(0.09/0.31/0.00/0.18)	

CMYK percentages

%8.61
%31.1
%0
%18.04

Codes

Color #BF90D1 in popluar color models

BF90D1
RGB191144209
HSL283°41.40%69.22%
HSB/HSV283°31.10%81.96%
CMYK8.61%31.10%0.00%
18.04%

Color #BF90D1 in popluar number systems.

HEXBF90D1
Decimal191144209
Binary101111111001000011010001
Octal277220321

Shades and tints

Shades of #BF90D1

#BF90D1
(191,144,209)
#AE83BE
(174,131,190)
#9D76AB
(157,118,171)
#8C6998
(140,105,152)
#7B5C85
(123,92,133)
#6A4F72
(106,79,114)
#59425F
(89,66,95)
#48354C
(72,53,76)
#372839
(55,40,57)
#261B26
(38,27,38)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #BF90D1

#BF90D1
(191,144,209)
#C49AD5
(196,154,213)
#C9A4D9
(201,164,217)
#CEAEDD
(206,174,221)
#D3B8E1
(211,184,225)
#D8C2E5
(216,194,229)
#DDCCE9
(221,204,233)
#E2D6ED
(226,214,237)
#E7E0F1
(231,224,241)
#ECEAF5
(236,234,245)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF90D1 color. Also use rgb(191,144,209) instead hex code.

Text Font Color

.myTextColor { color: #BF90D1; }

<p style="color:#BF90D1">This sample text font color is #BF90D1.</p>

This text font color is #BF90D1.


Background Color

.myBgColor { background-color: #BF90D1; }

<div style="background-color:#BF90D1">Inner text</div>

This div background color is #BF90D1.


Border color

.myBorderColor { border: 1px solid #BF90D1; }

<div style="border:3px solid #BF90D1">Div</div>

This div border color is #BF90D1.


Opacity

.myOpacity80 { color: #BF90D1; opacity: 0.8; }

<p style="color:#BF90D1;opacity:0.8;">80%</p>

Text with #BF90D1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BF90D1;}

<p style="text-shadow: 3px 3px 1px #BF90D1">Text here.</p>

This text has shadow with #BF90D1 color.

.textShadow {text-shadow: 3px 3px 1px #BF90D1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BF90D1, 5px 5px 20px red">Text here.</p>

This text has shadow with #BF90D1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BF90D1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BF90D1, Direction=45, Strength=4)">Text</p>

This text has shadow with #BF90D1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BF90D1;
  -webkit-box-shadow:	1px 1px 3px 2px #BF90D1;
  box-shadow:		1px 1px 3px 2px #BF90D1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BF90D1;
-webkit-box-shadow: 1px 1px 3px 2px #BF90D1;
box-shadow:1px 1px 3px 2px #BF90D1;">
Div content here</div>
This div box has shadow with color #BF90D1.

Preview

Color preview on black background

This text has color #BF90D1 on black background.


Color preview on white background

This text has color #BF90D1 on white background.



Black color preview on #BF90D1 background

This text has black color on #BF90D1 background.


White color preview on #BF90D1 background

This text has white color on #BF90D1 background.