#BBBAA0

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

Shades of Mist Grey #BBBAA0

Tints of Mist Grey #BBBAA0

Color information

#BBBAA0 (or 0xBBBAA0) is unknown color: approx Mist Grey. HEX triplet: BB, BA and A0. RGB value is (187,186,160). Sum of RGB (Red+Green+Blue) = 187+186+160=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAA0 is #44455F. Grayscale: #B7B7B7. Windows color (decimal): -4474208 or 10533563. OLE color: 10533563.

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

Color convert

RGB187186160-
CMYK00.010.140.27
HSL57.78º16.56%68.04%-
HSV(B)57.78º14.44%73.33%-
XYZ44.448.2240.23-
YUV183.33114.83130.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=35.08%
G=34.90%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718616000.010.140.2757.7816.5668.04
HexBBBAA001E1B3a1144
Octal2732722400116337221104
Binary10111011101110101010000001111011011111010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAA0; }

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

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

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

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

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

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

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

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