#BF9CBD

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

Shades of Lilac #BF9CBD

Tints of Lilac #BF9CBD

Color information

#BF9CBD (or 0xBF9CBD) is unknown color: approx Lilac. HEX triplet: BF, 9C and BD. RGB value is (191,156,189). Sum of RGB (Red+Green+Blue) = 191+156+189=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CBD is #406342. Grayscale: #AAAAAA. Windows color (decimal): -4219715 or 12426431. OLE color: 12426431.

HSL color Cylindrical-coordinate representation of color #BF9CBD: hue angle of 303.43º 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 #BF9CBD is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191156189-
CMYK00.180.010.25
HSL303.43º21.47%68.04%-
HSV(B)303.43º18.32%74.9%-
XYZ42.5638.5353.34-
YUV170.23138.6142.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=35.63%
G=29.10%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115618900.180.010.25303.4321.4768.04
HexBF9CBD01211912f1544
Octal27723427502213145725104
Binary101111111001110010111101010010111001100101111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CBD; }

 p { color: rgb(191,156,189); }

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

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

 a { background-color: rgb(191,156,189); }

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

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

 span { border-color: rgb(191,156,189); }

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