#BD9DAE

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

Shades of Lily #BD9DAE

Tints of Lily #BD9DAE

Color information

#BD9DAE (or 0xBD9DAE) is unknown color: approx Lily. HEX triplet: BD, 9D and AE. RGB value is (189,157,174). Sum of RGB (Red+Green+Blue) = 189+157+174=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9DAE is #426251. Grayscale: #A8A8A8. Windows color (decimal): -4350546 or 11443645. OLE color: 11443645.

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

Color convert

RGB189157174-
CMYK00.170.080.26
HSL328.12º19.51%67.84%-
HSV(B)328.12º16.93%74.12%-
XYZ40.6837.9945.23-
YUV168.51131.1142.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=36.35%
G=30.19%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915717400.170.080.26328.1219.5167.84
HexBD9DAE01181A1481444
Octal275235256021103251024104
Binary101111011001110110101110010001100011010101001000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9DAE; }

 p { color: rgb(189,157,174); }

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

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

 a { background-color: rgb(189,157,174); }

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

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

 span { border-color: rgb(189,157,174); }

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