#BBBB9E

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

Shades of Green Mist #BBBB9E

Tints of Green Mist #BBBB9E

Color information

#BBBB9E (or 0xBBBB9E) is unknown color: approx Green Mist. HEX triplet: BB, BB and 9E. RGB value is (187,187,158). Sum of RGB (Red+Green+Blue) = 187+187+158=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB9E is #444461. Grayscale: #B7B7B7. Windows color (decimal): -4473954 or 10402747. OLE color: 10402747.

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

Color convert

RGB187187158-
CMYK000.160.27
HSL60º17.58%67.65%-
HSV(B)60º15.51%73.33%-
XYZ44.4448.5739.38-
YUV183.69113.5130.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=35.15%
G=35.15%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187158000.160.276017.5867.65
HexBBBB9E00101B3c1244
Octal2732732360020337422104
Binary101110111011101110011110001000011011111100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB9E; }

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

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

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

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

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

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

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

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