Shades of Sulu #BCEC7F
Tints of Sulu #BCEC7F
RGB
CMYK
RGB Variations
Color information
#BCEC7F (or 0xBCEC7F) is known color: Sulu. HEX triplet: BC, EC and 7F. RGB value is (188,236,127). Sum of RGB (Red+Green+Blue) = 188+236+127=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC7F is #431380. Grayscale: #D1D1D1. Windows color (decimal): -4395905 or 8383676. OLE color: 8383676.
HSL color Cylindrical-coordinate representation of color #BCEC7F: hue angle of 86.42º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCEC7F is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 127 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.07 |
| HSL | 86.42º | 0.74% | 0.71% | - |
| HSV(B) | 86.42º | 0.46% | 0.93% | - |
| XYZ | 54.57 | 72.21 | 31.14 | - |
| YUV | 209.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 127 | 0.20 | 0 | 0.46 | 0.07 | 86.42 | 0.74 | 0.71 |
| Hex | BC | EC | 7F | 14 | 0 | 2E | 7 | 56 | 4A | 47 |
| Octal | 274 | 354 | 177 | 24 | 0 | 56 | 7 | 126 | 112 | 107 |
| Binary | 10111100 | 11101100 | 1111111 | 10100 | 0 | 101110 | 111 | 1010110 | 1001010 | 1000111 |
Color Harmonies of #BCEC7F
Complementary color
Monochromatic Colors of #BCEC7F
Black with #BCEC7F
Text Example
Text Example
White with #BCEC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC7F; }
p { color: rgb(188,236,127); }
H1.HeaderClassName
{
color: #BCEC7F;
}
.AnyTagClassName
{
color: #BCEC7F;
}
</style>
background-color css
<style>
a { background-color: #BCEC7F; }
a { background-color: rgb(188,236,127); }
div.DivClassName
{
background-color: #BCEC7F;
}
.BgClassName
{
background-color: #BCEC7F;
}
</style>
border-color css
<style>
span { border-color: #BCEC7F; }
span { border-color: rgb(188,236,127); }
td.TdClassName
{
border-color: #BCEC7F;
}
.TagClassName
{
border-color: #BCEC7F;
}
</style>