#B9BAA2

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

Shades of Mist Grey #B9BAA2

Tints of Mist Grey #B9BAA2

Color information

#B9BAA2 (or 0xB9BAA2) is unknown color: approx Mist Grey. HEX triplet: B9, BA and A2. RGB value is (185,186,162). Sum of RGB (Red+Green+Blue) = 185+186+162=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BAA2 is #46455D. Grayscale: #B7B7B7. Windows color (decimal): -4605278 or 10664633. OLE color: 10664633.

HSL color Cylindrical-coordinate representation of color #B9BAA2: hue angle of 62.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9BAA2 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB185186162-
CMYK0.0100.130.27
HSL62.5º14.81%68.24%-
HSV(B)62.5º12.9%72.94%-
XYZ44.0948.0441.13-
YUV182.96116.17129.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 162 (63.67% from 255) = 30.39%
R=34.71%
G=34.90%
B=30.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851861620.0100.130.2762.514.8168.24
HexB9BAA210D1B3ef44
Octal2712722421015337617104
Binary1011100110111010101000101011011101111111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAA2; }

 p { color: rgb(185,186,162); }

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

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

 a { background-color: rgb(185,186,162); }

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

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

 span { border-color: rgb(185,186,162); }

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