Shades of Sulu #BCEC8B
Tints of Sulu #BCEC8B
RGB
CMYK
RGB Variations
Color information
#BCEC8B (or 0xBCEC8B) is known color: Sulu. HEX triplet: BC, EC and 8B. RGB value is (188,236,139). Sum of RGB (Red+Green+Blue) = 188+236+139=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEC8B is #431374. Grayscale: #D2D2D2. Windows color (decimal): -4395893 or 9170108. OLE color: 9170108.
HSL color Cylindrical-coordinate representation of color #BCEC8B: hue angle of 89.69º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCEC8B is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 139 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.07 |
| HSL | 89.69º | 0.72% | 0.74% | - |
| HSV(B) | 89.69º | 0.41% | 0.93% | - |
| XYZ | 55.39 | 72.55 | 35.51 | - |
| YUV | 210.59 | 87.6 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 139 | 0.20 | 0 | 0.41 | 0.07 | 89.69 | 0.72 | 0.74 |
| Hex | BC | EC | 8B | 14 | 0 | 29 | 7 | 5A | 48 | 4A |
| Octal | 274 | 354 | 213 | 24 | 0 | 51 | 7 | 132 | 110 | 112 |
| Binary | 10111100 | 11101100 | 10001011 | 10100 | 0 | 101001 | 111 | 1011010 | 1001000 | 1001010 |
Color Harmonies of #BCEC8B
Complementary color
Monochromatic Colors of #BCEC8B
Black with #BCEC8B
Text Example
Text Example
White with #BCEC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC8B; }
p { color: rgb(188,236,139); }
H1.HeaderClassName
{
color: #BCEC8B;
}
.AnyTagClassName
{
color: #BCEC8B;
}
</style>
background-color css
<style>
a { background-color: #BCEC8B; }
a { background-color: rgb(188,236,139); }
div.DivClassName
{
background-color: #BCEC8B;
}
.BgClassName
{
background-color: #BCEC8B;
}
</style>
border-color css
<style>
span { border-color: #BCEC8B; }
span { border-color: rgb(188,236,139); }
td.TdClassName
{
border-color: #BCEC8B;
}
.TagClassName
{
border-color: #BCEC8B;
}
</style>