#BDBBA8

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

Shades of Mist Grey #BDBBA8

Tints of Mist Grey #BDBBA8

Color information

#BDBBA8 (or 0xBDBBA8) is unknown color: approx Mist Grey. HEX triplet: BD, BB and A8. RGB value is (189,187,168). Sum of RGB (Red+Green+Blue) = 189+187+168=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBA8 is #424457. Grayscale: #B9B9B9. Windows color (decimal): -4342872 or 11058109. OLE color: 11058109.

HSL color Cylindrical-coordinate representation of color #BDBBA8: hue angle of 54.29º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBBA8 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB189187168-
CMYK00.010.110.26
HSL54.29º13.73%70%-
HSV(B)54.29º11.11%74.12%-
XYZ45.8249.1944.12-
YUV185.43118.16130.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 168 (66.02% from 255) = 30.88%
R=34.74%
G=34.38%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918716800.010.110.2654.2913.7370
HexBDBBA801B1A36e46
Octal2752732500113326616106
Binary1011110110111011101010000110111101011011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBA8; }

 p { color: rgb(189,187,168); }

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

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

 a { background-color: rgb(189,187,168); }

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

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

 span { border-color: rgb(189,187,168); }

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