#BD99BA

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

Shades of Lilac #BD99BA

Tints of Lilac #BD99BA

Color information

#BD99BA (or 0xBD99BA) is unknown color: approx Lilac. HEX triplet: BD, 99 and BA. RGB value is (189,153,186). Sum of RGB (Red+Green+Blue) = 189+153+186=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BD99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99BA is #426645. Grayscale: #A7A7A7. Windows color (decimal): -4351558 or 12229053. OLE color: 12229053.

HSL color Cylindrical-coordinate representation of color #BD99BA: hue angle of 305º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD99BA is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189153186-
CMYK00.190.020.26
HSL305º21.43%67.06%-
HSV(B)305º19.05%74.12%-
XYZ41.2437.1551.45-
YUV167.53138.43143.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=35.80%
G=28.98%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915318600.190.020.2630521.4367.06
HexBD99BA01321A1311543
Octal27523127202323246125103
Binary1011110110011001101110100100111011010100110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD99BA; }

 p { color: rgb(189,153,186); }

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

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

 a { background-color: rgb(189,153,186); }

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

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

 span { border-color: rgb(189,153,186); }

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