Shades of Sulu #BCE189
Tints of Sulu #BCE189
RGB
CMYK
RGB Variations
Color information
#BCE189 (or 0xBCE189) is known color: Sulu. HEX triplet: BC, E1 and 89. RGB value is (188,225,137). Sum of RGB (Red+Green+Blue) = 188+225+137=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE189 is #431E76. Grayscale: #CCCCCC. Windows color (decimal): -4398711 or 9036220. OLE color: 9036220.
HSL color Cylindrical-coordinate representation of color #BCE189: hue angle of 85.23º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCE189 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 137 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.12 |
| HSL | 85.23º | 0.59% | 0.71% | - |
| HSV(B) | 85.23º | 0.39% | 0.88% | - |
| XYZ | 52.18 | 66.35 | 33.72 | - |
| YUV | 203.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 137 | 0.16 | 0 | 0.39 | 0.12 | 85.23 | 0.59 | 0.71 |
| Hex | BC | E1 | 89 | 10 | 0 | 27 | C | 55 | 3B | 47 |
| Octal | 274 | 341 | 211 | 20 | 0 | 47 | 14 | 125 | 73 | 107 |
| Binary | 10111100 | 11100001 | 10001001 | 10000 | 0 | 100111 | 1100 | 1010101 | 111011 | 1000111 |
Color Harmonies of #BCE189
Complementary color
Monochromatic Colors of #BCE189
Black with #BCE189
Text Example
Text Example
White with #BCE189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE189; }
p { color: rgb(188,225,137); }
H1.HeaderClassName
{
color: #BCE189;
}
.AnyTagClassName
{
color: #BCE189;
}
</style>
background-color css
<style>
a { background-color: #BCE189; }
a { background-color: rgb(188,225,137); }
div.DivClassName
{
background-color: #BCE189;
}
.BgClassName
{
background-color: #BCE189;
}
</style>
border-color css
<style>
span { border-color: #BCE189; }
span { border-color: rgb(188,225,137); }
td.TdClassName
{
border-color: #BCE189;
}
.TagClassName
{
border-color: #BCE189;
}
</style>