#BD9EAF

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

Shades of Lily #BD9EAF

Tints of Lily #BD9EAF

Color information

#BD9EAF (or 0xBD9EAF) is unknown color: approx Lily. HEX triplet: BD, 9E and AF. RGB value is (189,158,175). Sum of RGB (Red+Green+Blue) = 189+158+175=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9EAF is #426150. Grayscale: #A9A9A9. Windows color (decimal): -4350289 or 11509437. OLE color: 11509437.

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

Color convert

RGB189158175-
CMYK00.160.070.26
HSL327.1º19.02%68.04%-
HSV(B)327.1º16.4%74.12%-
XYZ40.9538.3745.8-
YUV169.21131.27142.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=36.21%
G=30.27%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915817500.160.070.26327.119.0268.04
HexBD9EAF01071A1471344
Octal27523625702073250723104
Binary10111101100111101010111101000011111010101000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9EAF; }

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

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

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

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

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

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

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

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