Shades of Sulu #BCE07C
Tints of Sulu #BCE07C
RGB
CMYK
RGB Variations
Color information
#BCE07C (or 0xBCE07C) is known color: Sulu. HEX triplet: BC, E0 and 7C. RGB value is (188,224,124). Sum of RGB (Red+Green+Blue) = 188+224+124=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE07C is #431F83. Grayscale: #CACACA. Windows color (decimal): -4398980 or 8183996. OLE color: 8183996.
HSL color Cylindrical-coordinate representation of color #BCE07C: hue angle of 81.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCE07C is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 124 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.12 |
| HSL | 81.6º | 0.62% | 0.68% | - |
| HSV(B) | 81.6º | 0.45% | 0.88% | - |
| XYZ | 51.03 | 65.46 | 29.01 | - |
| YUV | 201.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 124 | 0.16 | 0 | 0.45 | 0.12 | 81.6 | 0.62 | 0.68 |
| Hex | BC | E0 | 7C | 10 | 0 | 2D | C | 52 | 3E | 44 |
| Octal | 274 | 340 | 174 | 20 | 0 | 55 | 14 | 122 | 76 | 104 |
| Binary | 10111100 | 11100000 | 1111100 | 10000 | 0 | 101101 | 1100 | 1010010 | 111110 | 1000100 |
Color Harmonies of #BCE07C
Complementary color
Monochromatic Colors of #BCE07C
Black with #BCE07C
Text Example
Text Example
White with #BCE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE07C; }
p { color: rgb(188,224,124); }
H1.HeaderClassName
{
color: #BCE07C;
}
.AnyTagClassName
{
color: #BCE07C;
}
</style>
background-color css
<style>
a { background-color: #BCE07C; }
a { background-color: rgb(188,224,124); }
div.DivClassName
{
background-color: #BCE07C;
}
.BgClassName
{
background-color: #BCE07C;
}
</style>
border-color css
<style>
span { border-color: #BCE07C; }
span { border-color: rgb(188,224,124); }
td.TdClassName
{
border-color: #BCE07C;
}
.TagClassName
{
border-color: #BCE07C;
}
</style>