COLOR #BF90C4

HEX: #BF90C4
RGB: (191,144,196)

Color info

#BF90C4 contains red, green and blue colors in about the same proportion. Web safe color of #BF90C4 is #CC99CC (or #C9C).

RGB color model

#BF90C4 color RGB value is (191,144,196).

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

RGB channels and saturation

R 191 of 255 = 75%
G 144 of 255 = 56%
B 196 of 255 = 77%

191
144
196

R + G + B ~ 69%. #BF90C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 144 + 196 = 531 (100%)
R 191 of 531 ~ 35.97%
G 144 of 531 ~ 27.12%
B 196 of 531 ~ 36.91%

%35.97
%27.12
%36.91

CMYK color model

#BF90C4 color CMYK value is (3,27,0,23).

  • cyan value is 2.55%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(3,27,0,23)
C3M27Y0K23 
(3%,27%,0%,23%)
(0.03/0.27/0.00/0.23)	

CMYK percentages

%2.55
%26.53
%0
%23.14

Codes

Color #BF90C4 in popluar color models

BF90C4
RGB191144196
HSL294°30.59%66.67%
HSB/HSV294°26.53%76.86%
CMYK2.55%26.53%0.00%
23.14%

Color #BF90C4 in popluar number systems.

HEXBF90C4
Decimal191144196
Binary101111111001000011000100
Octal277220304

Shades and tints

Shades of #BF90C4

#BF90C4
(191,144,196)
#AE83B3
(174,131,179)
#9D76A2
(157,118,162)
#8C6991
(140,105,145)
#7B5C80
(123,92,128)
#6A4F6F
(106,79,111)
#59425E
(89,66,94)
#48354D
(72,53,77)
#37283C
(55,40,60)
#261B2B
(38,27,43)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #BF90C4

#BF90C4
(191,144,196)
#C49AC9
(196,154,201)
#C9A4CE
(201,164,206)
#CEAED3
(206,174,211)
#D3B8D8
(211,184,216)
#D8C2DD
(216,194,221)
#DDCCE2
(221,204,226)
#E2D6E7
(226,214,231)
#E7E0EC
(231,224,236)
#ECEAF1
(236,234,241)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF90C4; }

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

This text font color is #BF90C4.


Background Color

.myBgColor { background-color: #BF90C4; }

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

This div background color is #BF90C4.


Border color

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

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

This div border color is #BF90C4.


Opacity

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

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

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

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

This text has shadow with #BF90C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF90C4 on black background.


Color preview on white background

This text has color #BF90C4 on white background.



Black color preview on #BF90C4 background

This text has black color on #BF90C4 background.


White color preview on #BF90C4 background

This text has white color on #BF90C4 background.