#BBBAAA

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

Shades of Mist Grey #BBBAAA

Tints of Mist Grey #BBBAAA

Color information

#BBBAAA (or 0xBBBAAA) is unknown color: approx Mist Grey. HEX triplet: BB, BA and AA. RGB value is (187,186,170). Sum of RGB (Red+Green+Blue) = 187+186+170=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAAA is #444555. Grayscale: #B8B8B8. Windows color (decimal): -4474198 or 11188923. OLE color: 11188923.

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

Color convert

RGB187186170-
CMYK00.010.090.27
HSL56.47º11.11%70%-
HSV(B)56.47º9.09%73.33%-
XYZ45.3148.5845.02-
YUV184.47119.83129.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=34.44%
G=34.25%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718617000.010.090.2756.4711.1170
HexBBBAAA0191B38b46
Octal2732722520111337013106
Binary1011101110111010101010100110011101111100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAAA; }

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

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

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

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

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

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

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

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