#BBBBAB

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

Shades of Mist Grey #BBBBAB

Tints of Mist Grey #BBBBAB

Color information

#BBBBAB (or 0xBBBBAB) is unknown color: approx Mist Grey. HEX triplet: BB, BB and AB. RGB value is (187,187,171). Sum of RGB (Red+Green+Blue) = 187+187+171=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBAB is #444454. Grayscale: #B9B9B9. Windows color (decimal): -4473941 or 11254715. OLE color: 11254715.

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

Color convert

RGB187187171-
CMYK000.090.27
HSL60º10.53%70.2%-
HSV(B)60º8.56%73.33%-
XYZ45.6149.0545.59-
YUV185.18120129.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=34.31%
G=34.31%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187171000.090.276010.5370.2
HexBBBBAB0091B3cb46
Octal2732732530011337413106
Binary1011101110111011101010110010011101111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBAB; }

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

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

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

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

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

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

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

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