Shades of Sulu #BBF681
Tints of Sulu #BBF681
RGB
CMYK
RGB Variations
Color information
#BBF681 (or 0xBBF681) is known color: Sulu. HEX triplet: BB, F6 and 81. RGB value is (187,246,129). Sum of RGB (Red+Green+Blue) = 187+246+129=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF681 is #44097E. Grayscale: #D7D7D7. Windows color (decimal): -4458879 or 8517307. OLE color: 8517307.
HSL color Cylindrical-coordinate representation of color #BBF681: hue angle of 90.26º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF681 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 129 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.04 |
| HSL | 90.26º | 0.87% | 0.74% | - |
| HSV(B) | 90.26º | 0.48% | 0.96% | - |
| XYZ | 57.41 | 78.06 | 32.81 | - |
| YUV | 215.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 129 | 0.24 | 0 | 0.48 | 0.04 | 90.26 | 0.87 | 0.74 |
| Hex | BB | F6 | 81 | 18 | 0 | 30 | 4 | 5A | 57 | 4A |
| Octal | 273 | 366 | 201 | 30 | 0 | 60 | 4 | 132 | 127 | 112 |
| Binary | 10111011 | 11110110 | 10000001 | 11000 | 0 | 110000 | 100 | 1011010 | 1010111 | 1001010 |
Color Harmonies of #BBF681
Complementary color
Monochromatic Colors of #BBF681
Black with #BBF681
Text Example
Text Example
White with #BBF681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF681; }
p { color: rgb(187,246,129); }
H1.HeaderClassName
{
color: #BBF681;
}
.AnyTagClassName
{
color: #BBF681;
}
</style>
background-color css
<style>
a { background-color: #BBF681; }
a { background-color: rgb(187,246,129); }
div.DivClassName
{
background-color: #BBF681;
}
.BgClassName
{
background-color: #BBF681;
}
</style>
border-color css
<style>
span { border-color: #BBF681; }
span { border-color: rgb(187,246,129); }
td.TdClassName
{
border-color: #BBF681;
}
.TagClassName
{
border-color: #BBF681;
}
</style>