#BD9ABC

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

Shades of Lilac #BD9ABC

Tints of Lilac #BD9ABC

Color information

#BD9ABC (or 0xBD9ABC) is unknown color: approx Lilac. HEX triplet: BD, 9A and BC. RGB value is (189,154,188). Sum of RGB (Red+Green+Blue) = 189+154+188=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ABC is #426543. Grayscale: #A8A8A8. Windows color (decimal): -4351300 or 12360381. OLE color: 12360381.

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

Color convert

RGB189154188-
CMYK00.190.010.26
HSL301.71º20.96%67.25%-
HSV(B)301.71º18.52%74.12%-
XYZ41.6237.5652.63-
YUV168.34139.1142.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=35.59%
G=29.00%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915418800.190.010.26301.7120.9667.25
HexBD9ABC01311A12e1543
Octal27523227402313245625103
Binary101111011001101010111100010011111010100101110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9ABC; }

 p { color: rgb(189,154,188); }

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

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

 a { background-color: rgb(189,154,188); }

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

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

 span { border-color: rgb(189,154,188); }

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