#BBBAAF

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

Shades of Mist Grey #BBBAAF

Tints of Mist Grey #BBBAAF

Color information

#BBBAAF (or 0xBBBAAF) is unknown color: approx Mist Grey. HEX triplet: BB, BA and AF. RGB value is (187,186,175). Sum of RGB (Red+Green+Blue) = 187+186+175=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAAF is #444550. Grayscale: #B9B9B9. Windows color (decimal): -4474193 or 11516603. OLE color: 11516603.

HSL color Cylindrical-coordinate representation of color #BBBAAF: hue angle of 55º degrees, saturation: 0.08, 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 #BBBAAF is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187186175-
CMYK00.010.060.27
HSL55º8.11%70.98%-
HSV(B)55º6.42%73.33%-
XYZ45.7948.7847.56-
YUV185.04122.33129.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=34.12%
G=33.94%
B=31.93%

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
Decimal18718617500.010.060.27558.1170.98
HexBBBAAF0161B37847
Octal273272257016336710107
Binary101110111011101010101111011101101111011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAAF; }

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

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

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

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

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

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

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

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