#BDADB5

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

Shades of Lily #BDADB5

Tints of Lily #BDADB5

Color information

#BDADB5 (or 0xBDADB5) is unknown color: approx Lily. HEX triplet: BD, AD and B5. RGB value is (189,173,181). Sum of RGB (Red+Green+Blue) = 189+173+181=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADB5 is #42524A. Grayscale: #B2B2B2. Windows color (decimal): -4346443 or 11906493. OLE color: 11906493.

HSL color Cylindrical-coordinate representation of color #BDADB5: hue angle of 330º degrees, saturation: 0.11, 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 #BDADB5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB189173181-
CMYK00.080.040.26
HSL330º10.81%70.98%-
HSV(B)330º8.47%74.12%-
XYZ44.2744.0449.88-
YUV178.7129.3135.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=34.81%
G=31.86%
B=33.33%

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
Decimal18917318100.080.040.2633010.8170.98
HexBDADB50841A14ab47
Octal27525526501043251213107
Binary101111011010110110110101010001001101010100101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADB5; }

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

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

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

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

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

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

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

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