#BDBBA9

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

Shades of Mist Grey #BDBBA9

Tints of Mist Grey #BDBBA9

Color information

#BDBBA9 (or 0xBDBBA9) is unknown color: approx Mist Grey. HEX triplet: BD, BB and A9. RGB value is (189,187,169). Sum of RGB (Red+Green+Blue) = 189+187+169=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBA9 is #424456. Grayscale: #B9B9B9. Windows color (decimal): -4342871 or 11123645. OLE color: 11123645.

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

Color convert

RGB189187169-
CMYK00.010.110.26
HSL54º13.16%70.2%-
HSV(B)54º10.58%74.12%-
XYZ45.9249.2244.62-
YUV185.55118.66130.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=34.68%
G=34.31%
B=31.01%

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
Decimal18918716900.010.110.265413.1670.2
HexBDBBA901B1A36d46
Octal2752732510113326615106
Binary1011110110111011101010010110111101011011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBA9; }

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

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

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

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

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

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

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

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