#BBB9A7

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

Shades of Mist Grey #BBB9A7

Tints of Mist Grey #BBB9A7

Color information

#BBB9A7 (or 0xBBB9A7) is unknown color: approx Mist Grey. HEX triplet: BB, B9 and A7. RGB value is (187,185,167). Sum of RGB (Red+Green+Blue) = 187+185+167=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9A7 is #444658. Grayscale: #B7B7B7. Windows color (decimal): -4474457 or 10992059. OLE color: 10992059.

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

Color convert

RGB187185167-
CMYK00.010.110.27
HSL54º12.82%69.41%-
HSV(B)54º10.7%73.33%-
XYZ44.8248.0543.47-
YUV183.55118.66130.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 167 (65.62% from 255) = 30.98%
R=34.69%
G=34.32%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718516700.010.110.275412.8269.41
HexBBB9A701B1B36d45
Octal2732712470113336615105
Binary1011101110111001101001110110111101111011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9A7; }

 p { color: rgb(187,185,167); }

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

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

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

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

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

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

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