Shades of Sulu #BCEC71
Tints of Sulu #BCEC71
RGB
CMYK
RGB Variations
Color information
#BCEC71 (or 0xBCEC71) is known color: Sulu. HEX triplet: BC, EC and 71. RGB value is (188,236,113). Sum of RGB (Red+Green+Blue) = 188+236+113=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC71 is #43138E. Grayscale: #D0D0D0. Windows color (decimal): -4395919 or 7466172. OLE color: 7466172.
HSL color Cylindrical-coordinate representation of color #BCEC71: hue angle of 83.41º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCEC71 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 113 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.07 |
| HSL | 83.41º | 0.76% | 0.68% | - |
| HSV(B) | 83.41º | 0.52% | 0.93% | - |
| XYZ | 53.72 | 71.87 | 26.66 | - |
| YUV | 207.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 113 | 0.20 | 0 | 0.52 | 0.07 | 83.41 | 0.76 | 0.68 |
| Hex | BC | EC | 71 | 14 | 0 | 34 | 7 | 53 | 4C | 44 |
| Octal | 274 | 354 | 161 | 24 | 0 | 64 | 7 | 123 | 114 | 104 |
| Binary | 10111100 | 11101100 | 1110001 | 10100 | 0 | 110100 | 111 | 1010011 | 1001100 | 1000100 |
Color Harmonies of #BCEC71
Complementary color
Monochromatic Colors of #BCEC71
Black with #BCEC71
Text Example
Text Example
White with #BCEC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC71; }
p { color: rgb(188,236,113); }
H1.HeaderClassName
{
color: #BCEC71;
}
.AnyTagClassName
{
color: #BCEC71;
}
</style>
background-color css
<style>
a { background-color: #BCEC71; }
a { background-color: rgb(188,236,113); }
div.DivClassName
{
background-color: #BCEC71;
}
.BgClassName
{
background-color: #BCEC71;
}
</style>
border-color css
<style>
span { border-color: #BCEC71; }
span { border-color: rgb(188,236,113); }
td.TdClassName
{
border-color: #BCEC71;
}
.TagClassName
{
border-color: #BCEC71;
}
</style>