Shades of Sulu #BCEC8E
Tints of Sulu #BCEC8E
RGB
CMYK
RGB Variations
Color information
#BCEC8E (or 0xBCEC8E) is known color: Sulu. HEX triplet: BC, EC and 8E. RGB value is (188,236,142). Sum of RGB (Red+Green+Blue) = 188+236+142=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEC8E is #431371. Grayscale: #D3D3D3. Windows color (decimal): -4395890 or 9366716. OLE color: 9366716.
HSL color Cylindrical-coordinate representation of color #BCEC8E: hue angle of 90.64º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCEC8E is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 142 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.07 |
| HSL | 90.64º | 0.71% | 0.74% | - |
| HSV(B) | 90.64º | 0.4% | 0.93% | - |
| XYZ | 55.62 | 72.64 | 36.68 | - |
| YUV | 210.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 142 | 0.20 | 0 | 0.40 | 0.07 | 90.64 | 0.71 | 0.74 |
| Hex | BC | EC | 8E | 14 | 0 | 28 | 7 | 5B | 47 | 4A |
| Octal | 274 | 354 | 216 | 24 | 0 | 50 | 7 | 133 | 107 | 112 |
| Binary | 10111100 | 11101100 | 10001110 | 10100 | 0 | 101000 | 111 | 1011011 | 1000111 | 1001010 |
Color Harmonies of #BCEC8E
Complementary color
Monochromatic Colors of #BCEC8E
Black with #BCEC8E
Text Example
Text Example
White with #BCEC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC8E; }
p { color: rgb(188,236,142); }
H1.HeaderClassName
{
color: #BCEC8E;
}
.AnyTagClassName
{
color: #BCEC8E;
}
</style>
background-color css
<style>
a { background-color: #BCEC8E; }
a { background-color: rgb(188,236,142); }
div.DivClassName
{
background-color: #BCEC8E;
}
.BgClassName
{
background-color: #BCEC8E;
}
</style>
border-color css
<style>
span { border-color: #BCEC8E; }
span { border-color: rgb(188,236,142); }
td.TdClassName
{
border-color: #BCEC8E;
}
.TagClassName
{
border-color: #BCEC8E;
}
</style>