#BBBAA5

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

Shades of Mist Grey #BBBAA5

Tints of Mist Grey #BBBAA5

Color information

#BBBAA5 (or 0xBBBAA5) is unknown color: approx Mist Grey. HEX triplet: BB, BA and A5. RGB value is (187,186,165). Sum of RGB (Red+Green+Blue) = 187+186+165=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAA5 is #44455A. Grayscale: #B7B7B7. Windows color (decimal): -4474203 or 10861243. OLE color: 10861243.

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

Color convert

RGB187186165-
CMYK00.010.120.27
HSL57.27º13.92%69.02%-
HSV(B)57.27º11.76%73.33%-
XYZ44.8448.442.58-
YUV183.9117.33130.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=34.76%
G=34.57%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718616500.010.120.2757.2713.9269.02
HexBBBAA501C1B39e45
Octal2732722450114337116105
Binary1011101110111010101001010111001101111100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAA5; }

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

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

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

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

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

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

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

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