Shades of Sulu #BBE085
Tints of Sulu #BBE085
RGB
CMYK
RGB Variations
Color information
#BBE085 (or 0xBBE085) is known color: Sulu. HEX triplet: BB, E0 and 85. RGB value is (187,224,133). Sum of RGB (Red+Green+Blue) = 187+224+133=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE085 is #441F7A. Grayscale: #CACACA. Windows color (decimal): -4464507 or 8773819. OLE color: 8773819.
HSL color Cylindrical-coordinate representation of color #BBE085: hue angle of 84.4º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBE085 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 133 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.12 |
| HSL | 84.4º | 0.59% | 0.7% | - |
| HSV(B) | 84.4º | 0.41% | 0.88% | - |
| XYZ | 51.38 | 65.57 | 32.14 | - |
| YUV | 202.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 133 | 0.17 | 0 | 0.41 | 0.12 | 84.4 | 0.59 | 0.7 |
| Hex | BB | E0 | 85 | 11 | 0 | 29 | C | 54 | 3B | 46 |
| Octal | 273 | 340 | 205 | 21 | 0 | 51 | 14 | 124 | 73 | 106 |
| Binary | 10111011 | 11100000 | 10000101 | 10001 | 0 | 101001 | 1100 | 1010100 | 111011 | 1000110 |
Color Harmonies of #BBE085
Complementary color
Monochromatic Colors of #BBE085
Black with #BBE085
Text Example
Text Example
White with #BBE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE085; }
p { color: rgb(187,224,133); }
H1.HeaderClassName
{
color: #BBE085;
}
.AnyTagClassName
{
color: #BBE085;
}
</style>
background-color css
<style>
a { background-color: #BBE085; }
a { background-color: rgb(187,224,133); }
div.DivClassName
{
background-color: #BBE085;
}
.BgClassName
{
background-color: #BBE085;
}
</style>
border-color css
<style>
span { border-color: #BBE085; }
span { border-color: rgb(187,224,133); }
td.TdClassName
{
border-color: #BBE085;
}
.TagClassName
{
border-color: #BBE085;
}
</style>