COLOR #BF90D4

HEX: #BF90D4
RGB: (191,144,212)

Color info

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

RGB color model

#BF90D4 color RGB value is (191,144,212).

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

RGB channels and saturation

R 191 of 255 = 75%
G 144 of 255 = 56%
B 212 of 255 = 83%

191
144
212

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

Portions of RGB colors in percentages

R + G + B =
191 + 144 + 212 = 547 (100%)
R 191 of 547 ~ 34.92%
G 144 of 547 ~ 26.33%
B 212 of 547 ~ 38.76%

%34.92
%26.33
%38.76

CMYK color model

#BF90D4 color CMYK value is (10,32,0,17).

  • cyan value is 9.91%
  • magenta value is 32.08%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(10,32,0,17)
C10M32Y0K17 
(10%,32%,0%,17%)
(0.10/0.32/0.00/0.17)	

CMYK percentages

%9.91
%32.08
%0
%16.86

Codes

Color #BF90D4 in popluar color models

BF90D4
RGB191144212
HSL281°44.16%69.80%
HSB/HSV281°32.08%83.14%
CMYK9.91%32.08%0.00%
16.86%

Color #BF90D4 in popluar number systems.

HEXBF90D4
Decimal191144212
Binary101111111001000011010100
Octal277220324

Shades and tints

Shades of #BF90D4

#BF90D4
(191,144,212)
#AE83C1
(174,131,193)
#9D76AE
(157,118,174)
#8C699B
(140,105,155)
#7B5C88
(123,92,136)
#6A4F75
(106,79,117)
#594262
(89,66,98)
#48354F
(72,53,79)
#37283C
(55,40,60)
#261B29
(38,27,41)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #BF90D4

#BF90D4
(191,144,212)
#C49AD7
(196,154,215)
#C9A4DA
(201,164,218)
#CEAEDD
(206,174,221)
#D3B8E0
(211,184,224)
#D8C2E3
(216,194,227)
#DDCCE6
(221,204,230)
#E2D6E9
(226,214,233)
#E7E0EC
(231,224,236)
#ECEAEF
(236,234,239)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF90D4; }

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

This text font color is #BF90D4.


Background Color

.myBgColor { background-color: #BF90D4; }

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

This div background color is #BF90D4.


Border color

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

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

This div border color is #BF90D4.


Opacity

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

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

Text with #BF90D4 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 #BF90D4;}

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

This text has shadow with #BF90D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF90D4 on black background.


Color preview on white background

This text has color #BF90D4 on white background.



Black color preview on #BF90D4 background

This text has black color on #BF90D4 background.


White color preview on #BF90D4 background

This text has white color on #BF90D4 background.