Shades of Sulu #BCEC84
Tints of Sulu #BCEC84
RGB
CMYK
RGB Variations
Color information
#BCEC84 (or 0xBCEC84) is known color: Sulu. HEX triplet: BC, EC and 84. RGB value is (188,236,132). Sum of RGB (Red+Green+Blue) = 188+236+132=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEC84 is #43137B. Grayscale: #D2D2D2. Windows color (decimal): -4395900 or 8711356. OLE color: 8711356.
HSL color Cylindrical-coordinate representation of color #BCEC84: hue angle of 87.69º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCEC84 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 132 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.07 |
| HSL | 87.69º | 0.73% | 0.72% | - |
| HSV(B) | 87.69º | 0.44% | 0.93% | - |
| XYZ | 54.9 | 72.35 | 32.9 | - |
| YUV | 209.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 132 | 0.20 | 0 | 0.44 | 0.07 | 87.69 | 0.73 | 0.72 |
| Hex | BC | EC | 84 | 14 | 0 | 2C | 7 | 58 | 49 | 48 |
| Octal | 274 | 354 | 204 | 24 | 0 | 54 | 7 | 130 | 111 | 110 |
| Binary | 10111100 | 11101100 | 10000100 | 10100 | 0 | 101100 | 111 | 1011000 | 1001001 | 1001000 |
Color Harmonies of #BCEC84
Complementary color
Monochromatic Colors of #BCEC84
Black with #BCEC84
Text Example
Text Example
White with #BCEC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC84; }
p { color: rgb(188,236,132); }
H1.HeaderClassName
{
color: #BCEC84;
}
.AnyTagClassName
{
color: #BCEC84;
}
</style>
background-color css
<style>
a { background-color: #BCEC84; }
a { background-color: rgb(188,236,132); }
div.DivClassName
{
background-color: #BCEC84;
}
.BgClassName
{
background-color: #BCEC84;
}
</style>
border-color css
<style>
span { border-color: #BCEC84; }
span { border-color: rgb(188,236,132); }
td.TdClassName
{
border-color: #BCEC84;
}
.TagClassName
{
border-color: #BCEC84;
}
</style>