Shades of Sulu #BBFE8E
Tints of Sulu #BBFE8E
RGB
CMYK
RGB Variations
Color information
#BBFE8E (or 0xBBFE8E) is known color: Sulu. HEX triplet: BB, FE and 8E. RGB value is (187,254,142). Sum of RGB (Red+Green+Blue) = 187+254+142=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFE8E is #440171. Grayscale: #DDDDDD. Windows color (decimal): -4456818 or 9371323. OLE color: 9371323.
HSL color Cylindrical-coordinate representation of color #BBFE8E: hue angle of 95.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBFE8E is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 142 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.00 |
| HSL | 95.89º | 0.98% | 0.78% | - |
| HSV(B) | 95.89º | 0.44% | 1% | - |
| XYZ | 60.82 | 83.4 | 38.48 | - |
| YUV | 221.2 | 83.3 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 142 | 0.26 | 0 | 0.44 | 0.00 | 95.89 | 0.98 | 0.78 |
| Hex | BB | FE | 8E | 1A | 0 | 2C | 0 | 60 | 62 | 4E |
| Octal | 273 | 376 | 216 | 32 | 0 | 54 | 0 | 140 | 142 | 116 |
| Binary | 10111011 | 11111110 | 10001110 | 11010 | 0 | 101100 | 0 | 1100000 | 1100010 | 1001110 |
Color Harmonies of #BBFE8E
Complementary color
Monochromatic Colors of #BBFE8E
Black with #BBFE8E
Text Example
Text Example
White with #BBFE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE8E; }
p { color: rgb(187,254,142); }
H1.HeaderClassName
{
color: #BBFE8E;
}
.AnyTagClassName
{
color: #BBFE8E;
}
</style>
background-color css
<style>
a { background-color: #BBFE8E; }
a { background-color: rgb(187,254,142); }
div.DivClassName
{
background-color: #BBFE8E;
}
.BgClassName
{
background-color: #BBFE8E;
}
</style>
border-color css
<style>
span { border-color: #BBFE8E; }
span { border-color: rgb(187,254,142); }
td.TdClassName
{
border-color: #BBFE8E;
}
.TagClassName
{
border-color: #BBFE8E;
}
</style>