#BDADB2

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

Shades of Lily #BDADB2

Tints of Lily #BDADB2

Color information

#BDADB2 (or 0xBDADB2) is unknown color: approx Lily. HEX triplet: BD, AD and B2. RGB value is (189,173,178). Sum of RGB (Red+Green+Blue) = 189+173+178=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADB2 is #42524D. Grayscale: #B2B2B2. Windows color (decimal): -4346446 or 11709885. OLE color: 11709885.

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

Color convert

RGB189173178-
CMYK00.080.060.26
HSL341.25º10.81%70.98%-
HSV(B)341.25º8.47%74.12%-
XYZ43.9743.9248.28-
YUV178.35127.8135.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 178 (69.92% from 255) = 32.96%
R=35%
G=32.04%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917317800.080.060.26341.2510.8170.98
HexBDADB20861A155b47
Octal27525526201063252513107
Binary101111011010110110110010010001101101010101010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADB2; }

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

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

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

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

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

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

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

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