#BBBBA5

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

Shades of Mist Grey #BBBBA5

Tints of Mist Grey #BBBBA5

Color information

#BBBBA5 (or 0xBBBBA5) is unknown color: approx Mist Grey. HEX triplet: BB, BB and A5. RGB value is (187,187,165). Sum of RGB (Red+Green+Blue) = 187+187+165=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBA5 is #44445A. Grayscale: #B8B8B8. Windows color (decimal): -4473947 or 10861499. OLE color: 10861499.

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

Color convert

RGB187187165-
CMYK000.120.27
HSL60º13.92%69.02%-
HSV(B)60º11.76%73.33%-
XYZ45.0648.8242.65-
YUV184.49117129.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 165 (64.84% from 255) = 30.61%
R=34.69%
G=34.69%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187165000.120.276013.9269.02
HexBBBBA500C1B3ce45
Octal2732732450014337416105
Binary1011101110111011101001010011001101111110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBA5; }

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

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

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

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

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

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

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

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