#BDB0B6

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

Shades of Lily #BDB0B6

Tints of Lily #BDB0B6

Color information

#BDB0B6 (or 0xBDB0B6) is unknown color: approx Lily. HEX triplet: BD, B0 and B6. RGB value is (189,176,182). Sum of RGB (Red+Green+Blue) = 189+176+182=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0B6 is #424F49. Grayscale: #B4B4B4. Windows color (decimal): -4345674 or 11972797. OLE color: 11972797.

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

Color convert

RGB189176182-
CMYK00.070.040.26
HSL332.31º8.97%71.57%-
HSV(B)332.31º6.88%74.12%-
XYZ44.9645.2550.62-
YUV180.57128.81134.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=34.55%
G=32.18%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917618200.070.040.26332.318.9771.57
HexBDB0B60741A14c948
Octal2752602660743251411110
Binary10111101101100001011011001111001101010100110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0B6; }

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

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

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

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

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

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

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

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