#BBBE9D

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

Shades of Green Mist #BBBE9D

Tints of Green Mist #BBBE9D

Color information

#BBBE9D (or 0xBBBE9D) is unknown color: approx Green Mist. HEX triplet: BB, BE and 9D. RGB value is (187,190,157). Sum of RGB (Red+Green+Blue) = 187+190+157=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBE9D is #444162. Grayscale: #B9B9B9. Windows color (decimal): -4473187 or 10337979. OLE color: 10337979.

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

Color convert

RGB187190157-
CMYK0.0200.170.25
HSL65.45º20.25%68.04%-
HSV(B)65.45º17.37%74.51%-
XYZ44.9949.8339.14-
YUV185.34112.01129.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=35.02%
G=35.58%
B=29.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901570.0200.170.2565.4520.2568.04
HexBBBE9D201119411444
Octal27327623520213110124104
Binary10111011101111101001110110010001110011000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE9D; }

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

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

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

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

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

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

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

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