Shades of Sulu #BBF86C
Tints of Sulu #BBF86C
RGB
CMYK
RGB Variations
Color information
#BBF86C (or 0xBBF86C) is known color: Sulu. HEX triplet: BB, F8 and 6C. RGB value is (187,248,108). Sum of RGB (Red+Green+Blue) = 187+248+108=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF86C is #440793. Grayscale: #D6D6D6. Windows color (decimal): -4458388 or 7141563. OLE color: 7141563.
HSL color Cylindrical-coordinate representation of color #BBF86C: hue angle of 86.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBF86C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 108 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.03 |
| HSL | 86.14º | 0.91% | 0.7% | - |
| HSV(B) | 86.14º | 0.56% | 0.97% | - |
| XYZ | 56.77 | 78.78 | 26.4 | - |
| YUV | 213.8 | 68.29 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 108 | 0.25 | 0 | 0.56 | 0.03 | 86.14 | 0.91 | 0.7 |
| Hex | BB | F8 | 6C | 19 | 0 | 38 | 3 | 56 | 5B | 46 |
| Octal | 273 | 370 | 154 | 31 | 0 | 70 | 3 | 126 | 133 | 106 |
| Binary | 10111011 | 11111000 | 1101100 | 11001 | 0 | 111000 | 11 | 1010110 | 1011011 | 1000110 |
Color Harmonies of #BBF86C
Complementary color
Monochromatic Colors of #BBF86C
Black with #BBF86C
Text Example
Text Example
White with #BBF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF86C; }
p { color: rgb(187,248,108); }
H1.HeaderClassName
{
color: #BBF86C;
}
.AnyTagClassName
{
color: #BBF86C;
}
</style>
background-color css
<style>
a { background-color: #BBF86C; }
a { background-color: rgb(187,248,108); }
div.DivClassName
{
background-color: #BBF86C;
}
.BgClassName
{
background-color: #BBF86C;
}
</style>
border-color css
<style>
span { border-color: #BBF86C; }
span { border-color: rgb(187,248,108); }
td.TdClassName
{
border-color: #BBF86C;
}
.TagClassName
{
border-color: #BBF86C;
}
</style>