Shades of Sulu #BBE985
Tints of Sulu #BBE985
RGB
CMYK
RGB Variations
Color information
#BBE985 (or 0xBBE985) is known color: Sulu. HEX triplet: BB, E9 and 85. RGB value is (187,233,133). Sum of RGB (Red+Green+Blue) = 187+233+133=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE985 is #44167A. Grayscale: #D0D0D0. Windows color (decimal): -4462203 or 8776123. OLE color: 8776123.
HSL color Cylindrical-coordinate representation of color #BBE985: hue angle of 87.6º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBE985 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 133 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.09 |
| HSL | 87.6º | 0.69% | 0.72% | - |
| HSV(B) | 87.6º | 0.43% | 0.91% | - |
| XYZ | 53.87 | 70.54 | 32.97 | - |
| YUV | 207.85 | 85.76 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 133 | 0.20 | 0 | 0.43 | 0.09 | 87.6 | 0.69 | 0.72 |
| Hex | BB | E9 | 85 | 14 | 0 | 2B | 9 | 58 | 45 | 48 |
| Octal | 273 | 351 | 205 | 24 | 0 | 53 | 11 | 130 | 105 | 110 |
| Binary | 10111011 | 11101001 | 10000101 | 10100 | 0 | 101011 | 1001 | 1011000 | 1000101 | 1001000 |
Color Harmonies of #BBE985
Complementary color
Monochromatic Colors of #BBE985
Black with #BBE985
Text Example
Text Example
White with #BBE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE985; }
p { color: rgb(187,233,133); }
H1.HeaderClassName
{
color: #BBE985;
}
.AnyTagClassName
{
color: #BBE985;
}
</style>
background-color css
<style>
a { background-color: #BBE985; }
a { background-color: rgb(187,233,133); }
div.DivClassName
{
background-color: #BBE985;
}
.BgClassName
{
background-color: #BBE985;
}
</style>
border-color css
<style>
span { border-color: #BBE985; }
span { border-color: rgb(187,233,133); }
td.TdClassName
{
border-color: #BBE985;
}
.TagClassName
{
border-color: #BBE985;
}
</style>