#BB9DBA

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

Shades of Lilac #BB9DBA

Tints of Lilac #BB9DBA

Color information

#BB9DBA (or 0xBB9DBA) is unknown color: approx Lilac. HEX triplet: BB, 9D and BA. RGB value is (187,157,186). Sum of RGB (Red+Green+Blue) = 187+157+186=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DBA is #446245. Grayscale: #A9A9A9. Windows color (decimal): -4481606 or 12230075. OLE color: 12230075.

HSL color Cylindrical-coordinate representation of color #BB9DBA: hue angle of 302º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9DBA is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187157186-
CMYK00.160.010.27
HSL302º18.07%67.45%-
HSV(B)302º16.04%73.33%-
XYZ41.4138.2251.65-
YUV169.28137.44140.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=35.28%
G=29.62%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715718600.160.010.2730218.0767.45
HexBB9DBA01011B12e1243
Octal27323527202013345622103
Binary101110111001110110111010010000111011100101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DBA; }

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

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

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

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

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

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

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

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