#BBBBA4

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

Shades of Mist Grey #BBBBA4

Tints of Mist Grey #BBBBA4

Color information

#BBBBA4 (or 0xBBBBA4) is unknown color: approx Mist Grey. HEX triplet: BB, BB and A4. RGB value is (187,187,164). Sum of RGB (Red+Green+Blue) = 187+187+164=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBA4 is #44445B. Grayscale: #B8B8B8. Windows color (decimal): -4473948 or 10795963. OLE color: 10795963.

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

Color convert

RGB187187164-
CMYK000.120.27
HSL60º14.47%68.82%-
HSV(B)60º12.3%73.33%-
XYZ44.9648.7942.17-
YUV184.38116.5129.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=34.76%
G=34.76%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187164000.120.276014.4768.82
HexBBBBA400C1B3ce45
Octal2732732440014337416105
Binary1011101110111011101001000011001101111110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBA4; }

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

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

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

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

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

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

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

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