#BF9DBB

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

Shades of Lilac #BF9DBB

Tints of Lilac #BF9DBB

Color information

#BF9DBB (or 0xBF9DBB) is unknown color: approx Lilac. HEX triplet: BF, 9D and BB. RGB value is (191,157,187). Sum of RGB (Red+Green+Blue) = 191+157+187=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DBB is #406244. Grayscale: #AAAAAA. Windows color (decimal): -4219461 or 12295615. OLE color: 12295615.

HSL color Cylindrical-coordinate representation of color #BF9DBB: hue angle of 307.06º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9DBB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191157187-
CMYK00.180.020.25
HSL307.06º20.99%68.24%-
HSV(B)307.06º17.8%74.9%-
XYZ42.5138.7852.26-
YUV170.59137.26142.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=35.70%
G=29.35%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115718700.180.020.25307.0620.9968.24
HexBF9DBB0122191331544
Octal27723527302223146325104
Binary1011111110011101101110110100101011001100110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DBB; }

 p { color: rgb(191,157,187); }

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

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

 a { background-color: rgb(191,157,187); }

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

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

 span { border-color: rgb(191,157,187); }

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