#BD9ABB

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

Shades of Lilac #BD9ABB

Tints of Lilac #BD9ABB

Color information

#BD9ABB (or 0xBD9ABB) is unknown color: approx Lilac. HEX triplet: BD, 9A and BB. RGB value is (189,154,187). Sum of RGB (Red+Green+Blue) = 189+154+187=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ABB is #426544. Grayscale: #A8A8A8. Windows color (decimal): -4351301 or 12294845. OLE color: 12294845.

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

Color convert

RGB189154187-
CMYK00.190.010.26
HSL303.43º20.96%67.25%-
HSV(B)303.43º18.52%74.12%-
XYZ41.5137.5252.07-
YUV168.23138.6142.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=35.66%
G=29.06%
B=35.28%

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
Decimal18915418700.190.010.26303.4320.9667.25
HexBD9ABB01311A12f1543
Octal27523227302313245725103
Binary101111011001101010111011010011111010100101111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9ABB; }

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

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

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

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

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

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

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

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