Shades of Sulu #BCE16F
Tints of Sulu #BCE16F
RGB
CMYK
RGB Variations
Color information
#BCE16F (or 0xBCE16F) is known color: Sulu. HEX triplet: BC, E1 and 6F. RGB value is (188,225,111). Sum of RGB (Red+Green+Blue) = 188+225+111=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE16F is #431E90. Grayscale: #C9C9C9. Windows color (decimal): -4398737 or 7332284. OLE color: 7332284.
HSL color Cylindrical-coordinate representation of color #BCE16F: hue angle of 79.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCE16F is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 111 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.12 |
| HSL | 79.47º | 0.66% | 0.66% | - |
| HSV(B) | 79.47º | 0.51% | 0.88% | - |
| XYZ | 50.53 | 65.69 | 25.05 | - |
| YUV | 200.94 | 77.24 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 111 | 0.16 | 0 | 0.51 | 0.12 | 79.47 | 0.66 | 0.66 |
| Hex | BC | E1 | 6F | 10 | 0 | 33 | C | 4F | 42 | 42 |
| Octal | 274 | 341 | 157 | 20 | 0 | 63 | 14 | 117 | 102 | 102 |
| Binary | 10111100 | 11100001 | 1101111 | 10000 | 0 | 110011 | 1100 | 1001111 | 1000010 | 1000010 |
Color Harmonies of #BCE16F
Complementary color
Monochromatic Colors of #BCE16F
Black with #BCE16F
Text Example
Text Example
White with #BCE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE16F; }
p { color: rgb(188,225,111); }
H1.HeaderClassName
{
color: #BCE16F;
}
.AnyTagClassName
{
color: #BCE16F;
}
</style>
background-color css
<style>
a { background-color: #BCE16F; }
a { background-color: rgb(188,225,111); }
div.DivClassName
{
background-color: #BCE16F;
}
.BgClassName
{
background-color: #BCE16F;
}
</style>
border-color css
<style>
span { border-color: #BCE16F; }
span { border-color: rgb(188,225,111); }
td.TdClassName
{
border-color: #BCE16F;
}
.TagClassName
{
border-color: #BCE16F;
}
</style>