Shades of Sulu #BBFC88
Tints of Sulu #BBFC88
RGB
CMYK
RGB Variations
Color information
#BBFC88 (or 0xBBFC88) is known color: Sulu. HEX triplet: BB, FC and 88. RGB value is (187,252,136). Sum of RGB (Red+Green+Blue) = 187+252+136=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFC88 is #440377. Grayscale: #DBDBDB. Windows color (decimal): -4457336 or 8977595. OLE color: 8977595.
HSL color Cylindrical-coordinate representation of color #BBFC88: hue angle of 93.62º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBFC88 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 136 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.01 |
| HSL | 93.62º | 0.95% | 0.76% | - |
| HSV(B) | 93.62º | 0.46% | 0.99% | - |
| XYZ | 59.75 | 81.96 | 35.96 | - |
| YUV | 219.34 | 80.97 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 136 | 0.26 | 0 | 0.46 | 0.01 | 93.62 | 0.95 | 0.76 |
| Hex | BB | FC | 88 | 1A | 0 | 2E | 1 | 5E | 5F | 4C |
| Octal | 273 | 374 | 210 | 32 | 0 | 56 | 1 | 136 | 137 | 114 |
| Binary | 10111011 | 11111100 | 10001000 | 11010 | 0 | 101110 | 1 | 1011110 | 1011111 | 1001100 |
Color Harmonies of #BBFC88
Complementary color
Monochromatic Colors of #BBFC88
Black with #BBFC88
Text Example
Text Example
White with #BBFC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC88; }
p { color: rgb(187,252,136); }
H1.HeaderClassName
{
color: #BBFC88;
}
.AnyTagClassName
{
color: #BBFC88;
}
</style>
background-color css
<style>
a { background-color: #BBFC88; }
a { background-color: rgb(187,252,136); }
div.DivClassName
{
background-color: #BBFC88;
}
.BgClassName
{
background-color: #BBFC88;
}
</style>
border-color css
<style>
span { border-color: #BBFC88; }
span { border-color: rgb(187,252,136); }
td.TdClassName
{
border-color: #BBFC88;
}
.TagClassName
{
border-color: #BBFC88;
}
</style>