Shades of Sulu #BBF98F
Tints of Sulu #BBF98F
RGB
CMYK
RGB Variations
Color information
#BBF98F (or 0xBBF98F) is known color: Sulu. HEX triplet: BB, F9 and 8F. RGB value is (187,249,143). Sum of RGB (Red+Green+Blue) = 187+249+143=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF98F is #440670. Grayscale: #DADADA. Windows color (decimal): -4458097 or 9435579. OLE color: 9435579.
HSL color Cylindrical-coordinate representation of color #BBF98F: hue angle of 95.09º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBF98F is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 143 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.02 |
| HSL | 95.09º | 0.9% | 0.77% | - |
| HSV(B) | 95.09º | 0.43% | 0.98% | - |
| XYZ | 59.33 | 80.3 | 38.36 | - |
| YUV | 218.38 | 85.46 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 143 | 0.25 | 0 | 0.43 | 0.02 | 95.09 | 0.9 | 0.77 |
| Hex | BB | F9 | 8F | 19 | 0 | 2B | 2 | 5F | 5A | 4D |
| Octal | 273 | 371 | 217 | 31 | 0 | 53 | 2 | 137 | 132 | 115 |
| Binary | 10111011 | 11111001 | 10001111 | 11001 | 0 | 101011 | 10 | 1011111 | 1011010 | 1001101 |
Color Harmonies of #BBF98F
Complementary color
Monochromatic Colors of #BBF98F
Black with #BBF98F
Text Example
Text Example
White with #BBF98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF98F; }
p { color: rgb(187,249,143); }
H1.HeaderClassName
{
color: #BBF98F;
}
.AnyTagClassName
{
color: #BBF98F;
}
</style>
background-color css
<style>
a { background-color: #BBF98F; }
a { background-color: rgb(187,249,143); }
div.DivClassName
{
background-color: #BBF98F;
}
.BgClassName
{
background-color: #BBF98F;
}
</style>
border-color css
<style>
span { border-color: #BBF98F; }
span { border-color: rgb(187,249,143); }
td.TdClassName
{
border-color: #BBF98F;
}
.TagClassName
{
border-color: #BBF98F;
}
</style>