Shades of Sulu #BBF87C
Tints of Sulu #BBF87C
RGB
CMYK
RGB Variations
Color information
#BBF87C (or 0xBBF87C) is known color: Sulu. HEX triplet: BB, F8 and 7C. RGB value is (187,248,124). Sum of RGB (Red+Green+Blue) = 187+248+124=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF87C is #440783. Grayscale: #D8D8D8. Windows color (decimal): -4458372 or 8190139. OLE color: 8190139.
HSL color Cylindrical-coordinate representation of color #BBF87C: hue angle of 89.52º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBF87C is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 124 | - |
| CMYK | 0.25 | 0 | 0.5 | 0.03 |
| HSL | 89.52º | 0.9% | 0.73% | - |
| HSV(B) | 89.52º | 0.5% | 0.97% | - |
| XYZ | 57.7 | 79.15 | 31.31 | - |
| YUV | 215.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 124 | 0.25 | 0 | 0.5 | 0.03 | 89.52 | 0.9 | 0.73 |
| Hex | BB | F8 | 7C | 19 | 0 | 32 | 3 | 5A | 5A | 49 |
| Octal | 273 | 370 | 174 | 31 | 0 | 62 | 3 | 132 | 132 | 111 |
| Binary | 10111011 | 11111000 | 1111100 | 11001 | 0 | 110010 | 11 | 1011010 | 1011010 | 1001001 |
Color Harmonies of #BBF87C
Complementary color
Monochromatic Colors of #BBF87C
Black with #BBF87C
Text Example
Text Example
White with #BBF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF87C; }
p { color: rgb(187,248,124); }
H1.HeaderClassName
{
color: #BBF87C;
}
.AnyTagClassName
{
color: #BBF87C;
}
</style>
background-color css
<style>
a { background-color: #BBF87C; }
a { background-color: rgb(187,248,124); }
div.DivClassName
{
background-color: #BBF87C;
}
.BgClassName
{
background-color: #BBF87C;
}
</style>
border-color css
<style>
span { border-color: #BBF87C; }
span { border-color: rgb(187,248,124); }
td.TdClassName
{
border-color: #BBF87C;
}
.TagClassName
{
border-color: #BBF87C;
}
</style>