#BBBC9F

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

Shades of Green Mist #BBBC9F

Tints of Green Mist #BBBC9F

Color information

#BBBC9F (or 0xBBBC9F) is unknown color: approx Green Mist. HEX triplet: BB, BC and 9F. RGB value is (187,188,159). Sum of RGB (Red+Green+Blue) = 187+188+159=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC9F is #444360. Grayscale: #B8B8B8. Windows color (decimal): -4473697 or 10468539. OLE color: 10468539.

HSL color Cylindrical-coordinate representation of color #BBBC9F: hue angle of 62.07º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBC9F is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB187188159-
CMYK0.0100.150.26
HSL62.07º17.79%68.04%-
HSV(B)62.07º15.43%73.73%-
XYZ44.7349.0339.91-
YUV184.4113.67129.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=35.02%
G=35.21%
B=29.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881590.0100.150.2662.0717.7968.04
HexBBBC9F10F1A3e1244
Octal2732742371017327622104
Binary10111011101111001001111110111111010111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBC9F; }

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

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

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

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

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

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

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

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