Shades of Green Mist #BBBE93
Tints of Green Mist #BBBE93
RGB
CMYK
RGB Variations
Color information
#BBBE93 (or 0xBBBE93) is known color: Green Mist. HEX triplet: BB, BE and 93. RGB value is (187,190,147). Sum of RGB (Red+Green+Blue) = 187+190+147=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBE93 is #44416C. Grayscale: #B8B8B8. Windows color (decimal): -4473197 or 9682619. OLE color: 9682619.
HSL color Cylindrical-coordinate representation of color #BBBE93: hue angle of 64.19º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBE93 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 147 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.25 |
| HSL | 64.19º | 0.25% | 0.66% | - |
| HSV(B) | 64.19º | 0.23% | 0.75% | - |
| XYZ | 44.17 | 49.5 | 34.83 | - |
| YUV | 184.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 147 | 0.02 | 0 | 0.23 | 0.25 | 64.19 | 0.25 | 0.66 |
| Hex | BB | BE | 93 | 2 | 0 | 17 | 19 | 40 | 19 | 42 |
| Octal | 273 | 276 | 223 | 2 | 0 | 27 | 31 | 100 | 31 | 102 |
| Binary | 10111011 | 10111110 | 10010011 | 10 | 0 | 10111 | 11001 | 1000000 | 11001 | 1000010 |
Color Harmonies of #BBBE93
Complementary color
Monochromatic Colors of #BBBE93
Black with #BBBE93
Text Example
Text Example
White with #BBBE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE93; }
p { color: rgb(187,190,147); }
H1.HeaderClassName
{
color: #BBBE93;
}
.AnyTagClassName
{
color: #BBBE93;
}
</style>
background-color css
<style>
a { background-color: #BBBE93; }
a { background-color: rgb(187,190,147); }
div.DivClassName
{
background-color: #BBBE93;
}
.BgClassName
{
background-color: #BBBE93;
}
</style>
border-color css
<style>
span { border-color: #BBBE93; }
span { border-color: rgb(187,190,147); }
td.TdClassName
{
border-color: #BBBE93;
}
.TagClassName
{
border-color: #BBBE93;
}
</style>