#BF91CB

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

Shades of Lilac #BF91CB

Tints of Lilac #BF91CB

Color information

#BF91CB (or 0xBF91CB) is unknown color: approx Lilac. HEX triplet: BF, 91 and CB. RGB value is (191,145,203). Sum of RGB (Red+Green+Blue) = 191+145+203=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF91CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91CB is #406E34. Grayscale: #A5A5A5. Windows color (decimal): -4222517 or 13341119. OLE color: 13341119.

HSL color Cylindrical-coordinate representation of color #BF91CB: hue angle of 287.59º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF91CB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191145203-
CMYK0.060.2900.20
HSL287.59º35.8%68.24%-
HSV(B)287.59º28.57%79.61%-
XYZ42.3935.6461.14-
YUV165.37149.24146.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=35.44%
G=26.90%
B=37.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911452030.060.2900.20287.5935.868.24
HexBF91CB61D0141202444
Octal27722131363502444044104
Binary101111111001000111001011110111010101001001000001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91CB; }

 p { color: rgb(191,145,203); }

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

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

 a { background-color: rgb(191,145,203); }

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

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

 span { border-color: rgb(191,145,203); }

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