#BBBAAB

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

Shades of Mist Grey #BBBAAB

Tints of Mist Grey #BBBAAB

Color information

#BBBAAB (or 0xBBBAAB) is unknown color: approx Mist Grey. HEX triplet: BB, BA and AB. RGB value is (187,186,171). Sum of RGB (Red+Green+Blue) = 187+186+171=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAAB is #444554. Grayscale: #B8B8B8. Windows color (decimal): -4474197 or 11254459. OLE color: 11254459.

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

Color convert

RGB187186171-
CMYK00.010.090.27
HSL56.25º10.53%70.2%-
HSV(B)56.25º8.56%73.33%-
XYZ45.448.6245.52-
YUV184.59120.33129.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=34.38%
G=34.19%
B=31.43%

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
Decimal18718617100.010.090.2756.2510.5370.2
HexBBBAAB0191B38b46
Octal2732722530111337013106
Binary1011101110111010101010110110011101111100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAAB; }

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

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

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

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

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

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

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

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