Shades of Sulu #BBFE8D
Tints of Sulu #BBFE8D
RGB
CMYK
RGB Variations
Color information
#BBFE8D (or 0xBBFE8D) is known color: Sulu. HEX triplet: BB, FE and 8D. RGB value is (187,254,141). Sum of RGB (Red+Green+Blue) = 187+254+141=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFE8D is #440172. Grayscale: #DDDDDD. Windows color (decimal): -4456819 or 9305787. OLE color: 9305787.
HSL color Cylindrical-coordinate representation of color #BBFE8D: hue angle of 95.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBFE8D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 141 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.00 |
| HSL | 95.58º | 0.98% | 0.77% | - |
| HSV(B) | 95.58º | 0.44% | 1% | - |
| XYZ | 60.74 | 83.37 | 38.09 | - |
| YUV | 221.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 141 | 0.26 | 0 | 0.44 | 0.00 | 95.58 | 0.98 | 0.77 |
| Hex | BB | FE | 8D | 1A | 0 | 2C | 0 | 60 | 62 | 4D |
| Octal | 273 | 376 | 215 | 32 | 0 | 54 | 0 | 140 | 142 | 115 |
| Binary | 10111011 | 11111110 | 10001101 | 11010 | 0 | 101100 | 0 | 1100000 | 1100010 | 1001101 |
Color Harmonies of #BBFE8D
Complementary color
Monochromatic Colors of #BBFE8D
Black with #BBFE8D
Text Example
Text Example
White with #BBFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE8D; }
p { color: rgb(187,254,141); }
H1.HeaderClassName
{
color: #BBFE8D;
}
.AnyTagClassName
{
color: #BBFE8D;
}
</style>
background-color css
<style>
a { background-color: #BBFE8D; }
a { background-color: rgb(187,254,141); }
div.DivClassName
{
background-color: #BBFE8D;
}
.BgClassName
{
background-color: #BBFE8D;
}
</style>
border-color css
<style>
span { border-color: #BBFE8D; }
span { border-color: rgb(187,254,141); }
td.TdClassName
{
border-color: #BBFE8D;
}
.TagClassName
{
border-color: #BBFE8D;
}
</style>