#BBBE9F

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

Shades of Green Mist #BBBE9F

Tints of Green Mist #BBBE9F

Color information

#BBBE9F (or 0xBBBE9F) is unknown color: approx Green Mist. HEX triplet: BB, BE and 9F. RGB value is (187,190,159). Sum of RGB (Red+Green+Blue) = 187+190+159=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBE9F is #444160. Grayscale: #B9B9B9. Windows color (decimal): -4473185 or 10469051. OLE color: 10469051.

HSL color Cylindrical-coordinate representation of color #BBBE9F: hue angle of 65.81º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBBE9F is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB187190159-
CMYK0.0200.160.25
HSL65.81º19.25%68.43%-
HSV(B)65.81º16.32%74.51%-
XYZ45.1649.8940.05-
YUV185.57113.01129.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 159 (62.5% from 255) = 29.66%
R=34.89%
G=35.45%
B=29.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901590.0200.160.2565.8119.2568.43
HexBBBE9F201019421344
Octal27327623720203110223104
Binary10111011101111101001111110010000110011000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE9F; }

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

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

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

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

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

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

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

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