#BF8CC9

Color #BF8CC9 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #BF8CC9

Tints of Lilac #BF8CC9

Color information

#BF8CC9 (or 0xBF8CC9) is unknown color: approx Lilac. HEX triplet: BF, 8C and C9. RGB value is (191,140,201). Sum of RGB (Red+Green+Blue) = 191+140+201=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF8CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CC9 is #407336. Grayscale: #A2A2A2. Windows color (decimal): -4223799 or 13208767. OLE color: 13208767.

HSL color Cylindrical-coordinate representation of color #BF8CC9: hue angle of 290.16º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8CC9 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191140201-
CMYK0.050.3000.21
HSL290.16º36.09%66.86%-
HSV(B)290.16º30.35%78.82%-
XYZ41.4134.0559.65-
YUV162.2149.9148.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=35.90%
G=26.32%
B=37.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911402010.050.3000.21290.1636.0966.86
HexBF8CC951E0151222443
Octal27721431153602544244103
Binary101111111000110011001001101111100101011001000101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8CC9; }

 p { color: rgb(191,140,201); }

 H1.HeaderClassName
 {
   color: #BF8CC9;
 }
 .AnyTagClassName
 {
   color: #BF8CC9;
 }
</style>
background-color css

<style>
 a { background-color: #BF8CC9; }

 a { background-color: rgb(191,140,201); }

 div.DivClassName
 {
   background-color: #BF8CC9;
 }
 .BgClassName
 {
   background-color: #BF8CC9;
 }
</style>
border-color css

<style>
 span { border-color: #BF8CC9; }

 span { border-color: rgb(191,140,201); }

 td.TdClassName
 {
   border-color: #BF8CC9;
 }
 .TagClassName
 {
   border-color: #BF8CC9;
 }
</style>