Shades of Sulu #BBE385
Tints of Sulu #BBE385
RGB
CMYK
RGB Variations
Color information
#BBE385 (or 0xBBE385) is known color: Sulu. HEX triplet: BB, E3 and 85. RGB value is (187,227,133). Sum of RGB (Red+Green+Blue) = 187+227+133=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE385 is #441C7A. Grayscale: #CCCCCC. Windows color (decimal): -4463739 or 8774587. OLE color: 8774587.
HSL color Cylindrical-coordinate representation of color #BBE385: hue angle of 85.53º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBE385 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 133 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.11 |
| HSL | 85.53º | 0.63% | 0.71% | - |
| HSV(B) | 85.53º | 0.41% | 0.89% | - |
| XYZ | 52.2 | 67.2 | 32.41 | - |
| YUV | 204.32 | 87.75 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 133 | 0.18 | 0 | 0.41 | 0.11 | 85.53 | 0.63 | 0.71 |
| Hex | BB | E3 | 85 | 12 | 0 | 29 | B | 56 | 3F | 47 |
| Octal | 273 | 343 | 205 | 22 | 0 | 51 | 13 | 126 | 77 | 107 |
| Binary | 10111011 | 11100011 | 10000101 | 10010 | 0 | 101001 | 1011 | 1010110 | 111111 | 1000111 |
Color Harmonies of #BBE385
Complementary color
Monochromatic Colors of #BBE385
Black with #BBE385
Text Example
Text Example
White with #BBE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE385; }
p { color: rgb(187,227,133); }
H1.HeaderClassName
{
color: #BBE385;
}
.AnyTagClassName
{
color: #BBE385;
}
</style>
background-color css
<style>
a { background-color: #BBE385; }
a { background-color: rgb(187,227,133); }
div.DivClassName
{
background-color: #BBE385;
}
.BgClassName
{
background-color: #BBE385;
}
</style>
border-color css
<style>
span { border-color: #BBE385; }
span { border-color: rgb(187,227,133); }
td.TdClassName
{
border-color: #BBE385;
}
.TagClassName
{
border-color: #BBE385;
}
</style>