#BBBF9C

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

Shades of Green Mist #BBBF9C

Tints of Green Mist #BBBF9C

Color information

#BBBF9C (or 0xBBBF9C) is unknown color: approx Green Mist. HEX triplet: BB, BF and 9C. RGB value is (187,191,156). Sum of RGB (Red+Green+Blue) = 187+191+156=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF9C is #444063. Grayscale: #B9B9B9. Windows color (decimal): -4472932 or 10272699. OLE color: 10272699.

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

Color convert

RGB187191156-
CMYK0.0200.180.25
HSL66.86º21.47%68.04%-
HSV(B)66.86º18.32%74.9%-
XYZ45.1350.2338.77-
YUV185.81111.17128.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=35.02%
G=35.77%
B=29.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911560.0200.180.2566.8621.4768.04
HexBBBF9C201219431544
Octal27327723420223110325104
Binary10111011101111111001110010010010110011000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF9C; }

 p { color: rgb(187,191,156); }

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

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

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

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

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

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

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