Shades of Sulu #BBFC89
Tints of Sulu #BBFC89
RGB
CMYK
RGB Variations
Color information
#BBFC89 (or 0xBBFC89) is known color: Sulu. HEX triplet: BB, FC and 89. RGB value is (187,252,137). Sum of RGB (Red+Green+Blue) = 187+252+137=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 137 (53.91% from 255 or 23.78% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFC89 is #440376. Grayscale: #DBDBDB. Windows color (decimal): -4457335 or 9043131. OLE color: 9043131.
HSL color Cylindrical-coordinate representation of color #BBFC89: hue angle of 93.91º 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 #BBFC89 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 137 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.01 |
| HSL | 93.91º | 0.95% | 0.76% | - |
| HSV(B) | 93.91º | 0.46% | 0.99% | - |
| XYZ | 59.82 | 81.99 | 36.34 | - |
| YUV | 219.46 | 81.47 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 137 | 0.26 | 0 | 0.46 | 0.01 | 93.91 | 0.95 | 0.76 |
| Hex | BB | FC | 89 | 1A | 0 | 2E | 1 | 5E | 5F | 4C |
| Octal | 273 | 374 | 211 | 32 | 0 | 56 | 1 | 136 | 137 | 114 |
| Binary | 10111011 | 11111100 | 10001001 | 11010 | 0 | 101110 | 1 | 1011110 | 1011111 | 1001100 |
Color Harmonies of #BBFC89
Complementary color
Monochromatic Colors of #BBFC89
Black with #BBFC89
Text Example
Text Example
White with #BBFC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC89; }
p { color: rgb(187,252,137); }
H1.HeaderClassName
{
color: #BBFC89;
}
.AnyTagClassName
{
color: #BBFC89;
}
</style>
background-color css
<style>
a { background-color: #BBFC89; }
a { background-color: rgb(187,252,137); }
div.DivClassName
{
background-color: #BBFC89;
}
.BgClassName
{
background-color: #BBFC89;
}
</style>
border-color css
<style>
span { border-color: #BBFC89; }
span { border-color: rgb(187,252,137); }
td.TdClassName
{
border-color: #BBFC89;
}
.TagClassName
{
border-color: #BBFC89;
}
</style>