Shades of Sulu #BBE185
Tints of Sulu #BBE185
RGB
CMYK
RGB Variations
Color information
#BBE185 (or 0xBBE185) is known color: Sulu. HEX triplet: BB, E1 and 85. RGB value is (187,225,133). Sum of RGB (Red+Green+Blue) = 187+225+133=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE185 is #441E7A. Grayscale: #CBCBCB. Windows color (decimal): -4464251 or 8774075. OLE color: 8774075.
HSL color Cylindrical-coordinate representation of color #BBE185: hue angle of 84.78º degrees, saturation: 0.61, 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 #BBE185 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 133 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.12 |
| HSL | 84.78º | 0.61% | 0.7% | - |
| HSV(B) | 84.78º | 0.41% | 0.88% | - |
| XYZ | 51.65 | 66.11 | 32.23 | - |
| YUV | 203.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 133 | 0.17 | 0 | 0.41 | 0.12 | 84.78 | 0.61 | 0.7 |
| Hex | BB | E1 | 85 | 11 | 0 | 29 | C | 55 | 3D | 46 |
| Octal | 273 | 341 | 205 | 21 | 0 | 51 | 14 | 125 | 75 | 106 |
| Binary | 10111011 | 11100001 | 10000101 | 10001 | 0 | 101001 | 1100 | 1010101 | 111101 | 1000110 |
Color Harmonies of #BBE185
Complementary color
Monochromatic Colors of #BBE185
Black with #BBE185
Text Example
Text Example
White with #BBE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE185; }
p { color: rgb(187,225,133); }
H1.HeaderClassName
{
color: #BBE185;
}
.AnyTagClassName
{
color: #BBE185;
}
</style>
background-color css
<style>
a { background-color: #BBE185; }
a { background-color: rgb(187,225,133); }
div.DivClassName
{
background-color: #BBE185;
}
.BgClassName
{
background-color: #BBE185;
}
</style>
border-color css
<style>
span { border-color: #BBE185; }
span { border-color: rgb(187,225,133); }
td.TdClassName
{
border-color: #BBE185;
}
.TagClassName
{
border-color: #BBE185;
}
</style>