#BF9DBA

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

Shades of Lilac #BF9DBA

Tints of Lilac #BF9DBA

Color information

#BF9DBA (or 0xBF9DBA) is unknown color: approx Lilac. HEX triplet: BF, 9D and BA. RGB value is (191,157,186). Sum of RGB (Red+Green+Blue) = 191+157+186=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DBA is #406245. Grayscale: #AAAAAA. Windows color (decimal): -4219462 or 12230079. OLE color: 12230079.

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

Color convert

RGB191157186-
CMYK00.180.030.25
HSL308.82º20.99%68.24%-
HSV(B)308.82º17.8%74.9%-
XYZ42.4138.7451.7-
YUV170.47136.76142.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=35.77%
G=29.40%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115718600.180.030.25308.8220.9968.24
HexBF9DBA0123191351544
Octal27723527202233146525104
Binary1011111110011101101110100100101111001100110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DBA; }

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

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

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

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

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

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

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

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