#BF8BC9

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

Shades of Lilac #BF8BC9

Tints of Lilac #BF8BC9

Color information

#BF8BC9 (or 0xBF8BC9) is unknown color: approx Lilac. HEX triplet: BF, 8B and C9. RGB value is (191,139,201). Sum of RGB (Red+Green+Blue) = 191+139+201=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF8BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BC9 is #407436. Grayscale: #A1A1A1. Windows color (decimal): -4224055 or 13208511. OLE color: 13208511.

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

Color convert

RGB191139201-
CMYK0.050.3100.21
HSL290.32º36.47%66.67%-
HSV(B)290.32º30.85%78.82%-
XYZ41.2633.7659.6-
YUV161.62150.23148.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=35.97%
G=26.18%
B=37.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911392010.050.3100.21290.3236.4766.67
HexBF8BC951F0151222443
Octal27721331153702544244103
Binary101111111000101111001001101111110101011001000101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BC9; }

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

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

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

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

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

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

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

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