Shades of Sulu #BCE87E
Tints of Sulu #BCE87E
RGB
CMYK
RGB Variations
Color information
#BCE87E (or 0xBCE87E) is known color: Sulu. HEX triplet: BC, E8 and 7E. RGB value is (188,232,126). Sum of RGB (Red+Green+Blue) = 188+232+126=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE87E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE87E is #431781. Grayscale: #CFCFCF. Windows color (decimal): -4396930 or 8317116. OLE color: 8317116.
HSL color Cylindrical-coordinate representation of color #BCE87E: hue angle of 84.91º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCE87E is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 126 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.09 |
| HSL | 84.91º | 0.7% | 0.7% | - |
| HSV(B) | 84.91º | 0.46% | 0.91% | - |
| XYZ | 53.36 | 69.91 | 30.42 | - |
| YUV | 206.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 126 | 0.19 | 0 | 0.46 | 0.09 | 84.91 | 0.7 | 0.7 |
| Hex | BC | E8 | 7E | 13 | 0 | 2E | 9 | 55 | 46 | 46 |
| Octal | 274 | 350 | 176 | 23 | 0 | 56 | 11 | 125 | 106 | 106 |
| Binary | 10111100 | 11101000 | 1111110 | 10011 | 0 | 101110 | 1001 | 1010101 | 1000110 | 1000110 |
Color Harmonies of #BCE87E
Complementary color
Monochromatic Colors of #BCE87E
Black with #BCE87E
Text Example
Text Example
White with #BCE87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE87E; }
p { color: rgb(188,232,126); }
H1.HeaderClassName
{
color: #BCE87E;
}
.AnyTagClassName
{
color: #BCE87E;
}
</style>
background-color css
<style>
a { background-color: #BCE87E; }
a { background-color: rgb(188,232,126); }
div.DivClassName
{
background-color: #BCE87E;
}
.BgClassName
{
background-color: #BCE87E;
}
</style>
border-color css
<style>
span { border-color: #BCE87E; }
span { border-color: rgb(188,232,126); }
td.TdClassName
{
border-color: #BCE87E;
}
.TagClassName
{
border-color: #BCE87E;
}
</style>