#BBBB9F

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

Shades of Mist Grey #BBBB9F

Tints of Mist Grey #BBBB9F

Color information

#BBBB9F (or 0xBBBB9F) is unknown color: approx Mist Grey. HEX triplet: BB, BB and 9F. RGB value is (187,187,159). Sum of RGB (Red+Green+Blue) = 187+187+159=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB9F is #444460. Grayscale: #B7B7B7. Windows color (decimal): -4473953 or 10468283. OLE color: 10468283.

HSL color Cylindrical-coordinate representation of color #BBBB9F: hue angle of 60º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBB9F is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187187159-
CMYK000.150.27
HSL60º17.07%67.84%-
HSV(B)60º14.97%73.33%-
XYZ44.5248.6139.84-
YUV183.81114130.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=35.08%
G=35.08%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187159000.150.276017.0767.84
HexBBBB9F00F1B3c1144
Octal2732732370017337421104
Binary10111011101110111001111100111111011111100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB9F; }

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

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

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

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

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

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

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

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