#BBBAA1

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

Shades of Mist Grey #BBBAA1

Tints of Mist Grey #BBBAA1

Color information

#BBBAA1 (or 0xBBBAA1) is unknown color: approx Mist Grey. HEX triplet: BB, BA and A1. RGB value is (187,186,161). Sum of RGB (Red+Green+Blue) = 187+186+161=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAA1 is #44455E. Grayscale: #B7B7B7. Windows color (decimal): -4474207 or 10599099. OLE color: 10599099.

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

Color convert

RGB187186161-
CMYK00.010.140.27
HSL57.69º16.05%68.24%-
HSV(B)57.69º13.9%73.33%-
XYZ44.4948.2640.69-
YUV183.45115.33130.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=35.02%
G=34.83%
B=30.15%

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
Decimal18718616100.010.140.2757.6916.0568.24
HexBBBAA101E1B3a1044
Octal2732722410116337220104
Binary10111011101110101010000101111011011111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAA1; }

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

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

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

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

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

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

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

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