Shades of Sulu #BBF875
Tints of Sulu #BBF875
RGB
CMYK
RGB Variations
Color information
#BBF875 (or 0xBBF875) is known color: Sulu. HEX triplet: BB, F8 and 75. RGB value is (187,248,117). Sum of RGB (Red+Green+Blue) = 187+248+117=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF875 is #44078A. Grayscale: #D7D7D7. Windows color (decimal): -4458379 or 7731387. OLE color: 7731387.
HSL color Cylindrical-coordinate representation of color #BBF875: hue angle of 87.94º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBF875 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 117 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.03 |
| HSL | 87.94º | 0.9% | 0.72% | - |
| HSV(B) | 87.94º | 0.53% | 0.97% | - |
| XYZ | 57.27 | 78.98 | 29.06 | - |
| YUV | 214.83 | 72.79 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 117 | 0.25 | 0 | 0.53 | 0.03 | 87.94 | 0.9 | 0.72 |
| Hex | BB | F8 | 75 | 19 | 0 | 35 | 3 | 58 | 5A | 48 |
| Octal | 273 | 370 | 165 | 31 | 0 | 65 | 3 | 130 | 132 | 110 |
| Binary | 10111011 | 11111000 | 1110101 | 11001 | 0 | 110101 | 11 | 1011000 | 1011010 | 1001000 |
Color Harmonies of #BBF875
Complementary color
Monochromatic Colors of #BBF875
Black with #BBF875
Text Example
Text Example
White with #BBF875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF875; }
p { color: rgb(187,248,117); }
H1.HeaderClassName
{
color: #BBF875;
}
.AnyTagClassName
{
color: #BBF875;
}
</style>
background-color css
<style>
a { background-color: #BBF875; }
a { background-color: rgb(187,248,117); }
div.DivClassName
{
background-color: #BBF875;
}
.BgClassName
{
background-color: #BBF875;
}
</style>
border-color css
<style>
span { border-color: #BBF875; }
span { border-color: rgb(187,248,117); }
td.TdClassName
{
border-color: #BBF875;
}
.TagClassName
{
border-color: #BBF875;
}
</style>