Shades of Sulu #BBE875
Tints of Sulu #BBE875
RGB
CMYK
RGB Variations
Color information
#BBE875 (or 0xBBE875) is known color: Sulu. HEX triplet: BB, E8 and 75. RGB value is (187,232,117). Sum of RGB (Red+Green+Blue) = 187+232+117=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE875 is #44178A. Grayscale: #CDCDCD. Windows color (decimal): -4462475 or 7727291. OLE color: 7727291.
HSL color Cylindrical-coordinate representation of color #BBE875: hue angle of 83.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBE875 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 117 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.09 |
| HSL | 83.48º | 0.71% | 0.68% | - |
| HSV(B) | 83.48º | 0.5% | 0.91% | - |
| XYZ | 52.56 | 69.56 | 27.49 | - |
| YUV | 205.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 117 | 0.19 | 0 | 0.50 | 0.09 | 83.48 | 0.71 | 0.68 |
| Hex | BB | E8 | 75 | 13 | 0 | 32 | 9 | 53 | 47 | 44 |
| Octal | 273 | 350 | 165 | 23 | 0 | 62 | 11 | 123 | 107 | 104 |
| Binary | 10111011 | 11101000 | 1110101 | 10011 | 0 | 110010 | 1001 | 1010011 | 1000111 | 1000100 |
Color Harmonies of #BBE875
Complementary color
Monochromatic Colors of #BBE875
Black with #BBE875
Text Example
Text Example
White with #BBE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE875; }
p { color: rgb(187,232,117); }
H1.HeaderClassName
{
color: #BBE875;
}
.AnyTagClassName
{
color: #BBE875;
}
</style>
background-color css
<style>
a { background-color: #BBE875; }
a { background-color: rgb(187,232,117); }
div.DivClassName
{
background-color: #BBE875;
}
.BgClassName
{
background-color: #BBE875;
}
</style>
border-color css
<style>
span { border-color: #BBE875; }
span { border-color: rgb(187,232,117); }
td.TdClassName
{
border-color: #BBE875;
}
.TagClassName
{
border-color: #BBE875;
}
</style>