Shades of Sulu #BCEC68
Tints of Sulu #BCEC68
RGB
CMYK
RGB Variations
Color information
#BCEC68 (or 0xBCEC68) is known color: Sulu. HEX triplet: BC, EC and 68. RGB value is (188,236,104). Sum of RGB (Red+Green+Blue) = 188+236+104=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC68 is #431397. Grayscale: #CFCFCF. Windows color (decimal): -4395928 or 6876348. OLE color: 6876348.
HSL color Cylindrical-coordinate representation of color #BCEC68: hue angle of 81.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCEC68 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 104 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.07 |
| HSL | 81.82º | 0.78% | 0.67% | - |
| HSV(B) | 81.82º | 0.56% | 0.93% | - |
| XYZ | 53.23 | 71.68 | 24.13 | - |
| YUV | 206.6 | 70.1 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 104 | 0.20 | 0 | 0.56 | 0.07 | 81.82 | 0.78 | 0.67 |
| Hex | BC | EC | 68 | 14 | 0 | 38 | 7 | 52 | 4E | 43 |
| Octal | 274 | 354 | 150 | 24 | 0 | 70 | 7 | 122 | 116 | 103 |
| Binary | 10111100 | 11101100 | 1101000 | 10100 | 0 | 111000 | 111 | 1010010 | 1001110 | 1000011 |
Color Harmonies of #BCEC68
Complementary color
Monochromatic Colors of #BCEC68
Black with #BCEC68
Text Example
Text Example
White with #BCEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC68; }
p { color: rgb(188,236,104); }
H1.HeaderClassName
{
color: #BCEC68;
}
.AnyTagClassName
{
color: #BCEC68;
}
</style>
background-color css
<style>
a { background-color: #BCEC68; }
a { background-color: rgb(188,236,104); }
div.DivClassName
{
background-color: #BCEC68;
}
.BgClassName
{
background-color: #BCEC68;
}
</style>
border-color css
<style>
span { border-color: #BCEC68; }
span { border-color: rgb(188,236,104); }
td.TdClassName
{
border-color: #BCEC68;
}
.TagClassName
{
border-color: #BCEC68;
}
</style>