#BBBAB0

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

Shades of Mist Grey #BBBAB0

Tints of Mist Grey #BBBAB0

Color information

#BBBAB0 (or 0xBBBAB0) is unknown color: approx Mist Grey. HEX triplet: BB, BA and B0. RGB value is (187,186,176). Sum of RGB (Red+Green+Blue) = 187+186+176=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAB0 is #44454F. Grayscale: #B9B9B9. Windows color (decimal): -4474192 or 11582139. OLE color: 11582139.

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

Color convert

RGB187186176-
CMYK00.010.060.27
HSL54.55º7.48%71.18%-
HSV(B)54.55º5.88%73.33%-
XYZ45.8948.8248.08-
YUV185.16122.83129.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=34.06%
G=33.88%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718617600.010.060.2754.557.4871.18
HexBBBAB00161B37747
Octal27327226001633677107
Binary10111011101110101011000001110110111101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAB0; }

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

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

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

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

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

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

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

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