Shades of Sulu #BBF963
Tints of Sulu #BBF963
RGB
CMYK
RGB Variations
Color information
#BBF963 (or 0xBBF963) is known color: Sulu. HEX triplet: BB, F9 and 63. RGB value is (187,249,99). Sum of RGB (Red+Green+Blue) = 187+249+99=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF963 is #44069C. Grayscale: #D5D5D5. Windows color (decimal): -4458141 or 6551995. OLE color: 6551995.
HSL color Cylindrical-coordinate representation of color #BBF963: hue angle of 84.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF963 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 99 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.02 |
| HSL | 84.8º | 0.93% | 0.68% | - |
| HSV(B) | 84.8º | 0.6% | 0.98% | - |
| XYZ | 56.62 | 79.22 | 24.11 | - |
| YUV | 213.36 | 63.46 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 99 | 0.25 | 0 | 0.60 | 0.02 | 84.8 | 0.93 | 0.68 |
| Hex | BB | F9 | 63 | 19 | 0 | 3C | 2 | 55 | 5D | 44 |
| Octal | 273 | 371 | 143 | 31 | 0 | 74 | 2 | 125 | 135 | 104 |
| Binary | 10111011 | 11111001 | 1100011 | 11001 | 0 | 111100 | 10 | 1010101 | 1011101 | 1000100 |
Color Harmonies of #BBF963
Complementary color
Monochromatic Colors of #BBF963
Black with #BBF963
Text Example
Text Example
White with #BBF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF963; }
p { color: rgb(187,249,99); }
H1.HeaderClassName
{
color: #BBF963;
}
.AnyTagClassName
{
color: #BBF963;
}
</style>
background-color css
<style>
a { background-color: #BBF963; }
a { background-color: rgb(187,249,99); }
div.DivClassName
{
background-color: #BBF963;
}
.BgClassName
{
background-color: #BBF963;
}
</style>
border-color css
<style>
span { border-color: #BBF963; }
span { border-color: rgb(187,249,99); }
td.TdClassName
{
border-color: #BBF963;
}
.TagClassName
{
border-color: #BBF963;
}
</style>