#BBBAA8

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

Shades of Mist Grey #BBBAA8

Tints of Mist Grey #BBBAA8

Color information

#BBBAA8 (or 0xBBBAA8) is unknown color: approx Mist Grey. HEX triplet: BB, BA and A8. RGB value is (187,186,168). Sum of RGB (Red+Green+Blue) = 187+186+168=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAA8 is #444557. Grayscale: #B8B8B8. Windows color (decimal): -4474200 or 11057851. OLE color: 11057851.

HSL color Cylindrical-coordinate representation of color #BBBAA8: hue angle of 56.84º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBAA8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB187186168-
CMYK00.010.100.27
HSL56.84º12.26%69.61%-
HSV(B)56.84º10.16%73.33%-
XYZ45.1248.5144.03-
YUV184.25118.83129.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=34.57%
G=34.38%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718616800.010.100.2756.8412.2669.61
HexBBBAA801A1B39c46
Octal2732722500112337114106
Binary1011101110111010101010000110101101111100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAA8; }

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

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

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

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

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

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

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

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