#BDAEB5

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

Shades of Lily #BDAEB5

Tints of Lily #BDAEB5

Color information

#BDAEB5 (or 0xBDAEB5) is unknown color: approx Lily. HEX triplet: BD, AE and B5. RGB value is (189,174,181). Sum of RGB (Red+Green+Blue) = 189+174+181=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB5 is #42514A. Grayscale: #B3B3B3. Windows color (decimal): -4346187 or 11906749. OLE color: 11906749.

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

Color convert

RGB189174181-
CMYK00.080.040.26
HSL332º10.2%71.18%-
HSV(B)332º7.94%74.12%-
XYZ44.4644.4349.95-
YUV179.28128.97134.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=34.74%
G=31.99%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917418100.080.040.2633210.271.18
HexBDAEB50841A14ca47
Octal27525626501043251412107
Binary101111011010111010110101010001001101010100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEB5; }

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

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

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

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

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

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

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

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