Shades of Sulu #BCE088
Tints of Sulu #BCE088
RGB
CMYK
RGB Variations
Color information
#BCE088 (or 0xBCE088) is known color: Sulu. HEX triplet: BC, E0 and 88. RGB value is (188,224,136). Sum of RGB (Red+Green+Blue) = 188+224+136=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE088 is #431F77. Grayscale: #CBCBCB. Windows color (decimal): -4398968 or 8970428. OLE color: 8970428.
HSL color Cylindrical-coordinate representation of color #BCE088: hue angle of 84.55º 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 #BCE088 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 136 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.12 |
| HSL | 84.55º | 0.59% | 0.71% | - |
| HSV(B) | 84.55º | 0.39% | 0.88% | - |
| XYZ | 51.84 | 65.78 | 33.26 | - |
| YUV | 203.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 136 | 0.16 | 0 | 0.39 | 0.12 | 84.55 | 0.59 | 0.71 |
| Hex | BC | E0 | 88 | 10 | 0 | 27 | C | 55 | 3B | 47 |
| Octal | 274 | 340 | 210 | 20 | 0 | 47 | 14 | 125 | 73 | 107 |
| Binary | 10111100 | 11100000 | 10001000 | 10000 | 0 | 100111 | 1100 | 1010101 | 111011 | 1000111 |
Color Harmonies of #BCE088
Complementary color
Monochromatic Colors of #BCE088
Black with #BCE088
Text Example
Text Example
White with #BCE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE088; }
p { color: rgb(188,224,136); }
H1.HeaderClassName
{
color: #BCE088;
}
.AnyTagClassName
{
color: #BCE088;
}
</style>
background-color css
<style>
a { background-color: #BCE088; }
a { background-color: rgb(188,224,136); }
div.DivClassName
{
background-color: #BCE088;
}
.BgClassName
{
background-color: #BCE088;
}
</style>
border-color css
<style>
span { border-color: #BCE088; }
span { border-color: rgb(188,224,136); }
td.TdClassName
{
border-color: #BCE088;
}
.TagClassName
{
border-color: #BCE088;
}
</style>