#BBBAAC

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

Shades of Mist Grey #BBBAAC

Tints of Mist Grey #BBBAAC

Color information

#BBBAAC (or 0xBBBAAC) is unknown color: approx Mist Grey. HEX triplet: BB, BA and AC. RGB value is (187,186,172). Sum of RGB (Red+Green+Blue) = 187+186+172=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAAC is #444553. Grayscale: #B8B8B8. Windows color (decimal): -4474196 or 11319995. OLE color: 11319995.

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

Color convert

RGB187186172-
CMYK00.010.080.27
HSL56º9.93%70.39%-
HSV(B)56º8.02%73.33%-
XYZ45.548.6646.02-
YUV184.7120.83129.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=34.31%
G=34.13%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718617200.010.080.27569.9370.39
HexBBBAAC0181B38a46
Octal2732722540110337012106
Binary1011101110111010101011000110001101111100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAAC; }

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

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

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

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

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

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

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

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