Shades of Sulu #BCE489
Tints of Sulu #BCE489
RGB
CMYK
RGB Variations
Color information
#BCE489 (or 0xBCE489) is known color: Sulu. HEX triplet: BC, E4 and 89. RGB value is (188,228,137). Sum of RGB (Red+Green+Blue) = 188+228+137=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE489 is #431B76. Grayscale: #CDCDCD. Windows color (decimal): -4397943 or 9036988. OLE color: 9036988.
HSL color Cylindrical-coordinate representation of color #BCE489: hue angle of 86.37º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCE489 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 137 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.11 |
| HSL | 86.37º | 0.63% | 0.72% | - |
| HSV(B) | 86.37º | 0.4% | 0.89% | - |
| XYZ | 53 | 67.98 | 34 | - |
| YUV | 205.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 137 | 0.18 | 0 | 0.40 | 0.11 | 86.37 | 0.63 | 0.72 |
| Hex | BC | E4 | 89 | 12 | 0 | 28 | B | 56 | 3F | 48 |
| Octal | 274 | 344 | 211 | 22 | 0 | 50 | 13 | 126 | 77 | 110 |
| Binary | 10111100 | 11100100 | 10001001 | 10010 | 0 | 101000 | 1011 | 1010110 | 111111 | 1001000 |
Color Harmonies of #BCE489
Complementary color
Monochromatic Colors of #BCE489
Black with #BCE489
Text Example
Text Example
White with #BCE489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE489; }
p { color: rgb(188,228,137); }
H1.HeaderClassName
{
color: #BCE489;
}
.AnyTagClassName
{
color: #BCE489;
}
</style>
background-color css
<style>
a { background-color: #BCE489; }
a { background-color: rgb(188,228,137); }
div.DivClassName
{
background-color: #BCE489;
}
.BgClassName
{
background-color: #BCE489;
}
</style>
border-color css
<style>
span { border-color: #BCE489; }
span { border-color: rgb(188,228,137); }
td.TdClassName
{
border-color: #BCE489;
}
.TagClassName
{
border-color: #BCE489;
}
</style>