#BBBAA4

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

Shades of Mist Grey #BBBAA4

Tints of Mist Grey #BBBAA4

Color information

#BBBAA4 (or 0xBBBAA4) is unknown color: approx Mist Grey. HEX triplet: BB, BA and A4. RGB value is (187,186,164). Sum of RGB (Red+Green+Blue) = 187+186+164=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAA4 is #44455B. Grayscale: #B7B7B7. Windows color (decimal): -4474204 or 10795707. OLE color: 10795707.

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

Color convert

RGB187186164-
CMYK00.010.120.27
HSL57.39º14.47%68.82%-
HSV(B)57.39º12.3%73.33%-
XYZ44.7548.3642.1-
YUV183.79116.83130.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=34.82%
G=34.64%
B=30.54%

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
Decimal18718616400.010.120.2757.3914.4768.82
HexBBBAA401C1B39e45
Octal2732722440114337116105
Binary1011101110111010101001000111001101111100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAA4; }

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

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

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

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

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

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

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

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