#BD9EAB

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

Shades of Lily #BD9EAB

Tints of Lily #BD9EAB

Color information

#BD9EAB (or 0xBD9EAB) is unknown color: approx Lily. HEX triplet: BD, 9E and AB. RGB value is (189,158,171). Sum of RGB (Red+Green+Blue) = 189+158+171=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9EAB is #426154. Grayscale: #A8A8A8. Windows color (decimal): -4350293 or 11247293. OLE color: 11247293.

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

Color convert

RGB189158171-
CMYK00.160.100.26
HSL334.84º19.02%68.04%-
HSV(B)334.84º16.4%74.12%-
XYZ40.5638.2143.77-
YUV168.75129.27142.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=36.49%
G=30.50%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915817100.160.100.26334.8419.0268.04
HexBD9EAB010A1A14f1344
Octal275236253020123251723104
Binary101111011001111010101011010000101011010101001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9EAB; }

 p { color: rgb(189,158,171); }

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

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

 a { background-color: rgb(189,158,171); }

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

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

 span { border-color: rgb(189,158,171); }

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