#BDADB6

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

Shades of Lily #BDADB6

Tints of Lily #BDADB6

Color information

#BDADB6 (or 0xBDADB6) is unknown color: approx Lily. HEX triplet: BD, AD and B6. RGB value is (189,173,182). Sum of RGB (Red+Green+Blue) = 189+173+182=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADB6 is #425249. Grayscale: #B2B2B2. Windows color (decimal): -4346442 or 11972029. OLE color: 11972029.

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

Color convert

RGB189173182-
CMYK00.080.040.26
HSL326.25º10.81%70.98%-
HSV(B)326.25º8.47%74.12%-
XYZ44.3744.0850.43-
YUV178.81129.8135.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=34.74%
G=31.80%
B=33.46%

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
Decimal18917318200.080.040.26326.2510.8170.98
HexBDADB60841A146b47
Octal27525526601043250613107
Binary101111011010110110110110010001001101010100011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADB6; }

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

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

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

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

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

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

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

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