Shades of Sulu #BCE871
Tints of Sulu #BCE871
RGB
CMYK
RGB Variations
Color information
#BCE871 (or 0xBCE871) is known color: Sulu. HEX triplet: BC, E8 and 71. RGB value is (188,232,113). Sum of RGB (Red+Green+Blue) = 188+232+113=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE871 is #43178E. Grayscale: #CDCDCD. Windows color (decimal): -4396943 or 7465148. OLE color: 7465148.
HSL color Cylindrical-coordinate representation of color #BCE871: hue angle of 82.18º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCE871 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 113 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.09 |
| HSL | 82.18º | 0.72% | 0.68% | - |
| HSV(B) | 82.18º | 0.51% | 0.91% | - |
| XYZ | 52.58 | 69.6 | 26.29 | - |
| YUV | 205.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 113 | 0.19 | 0 | 0.51 | 0.09 | 82.18 | 0.72 | 0.68 |
| Hex | BC | E8 | 71 | 13 | 0 | 33 | 9 | 52 | 48 | 44 |
| Octal | 274 | 350 | 161 | 23 | 0 | 63 | 11 | 122 | 110 | 104 |
| Binary | 10111100 | 11101000 | 1110001 | 10011 | 0 | 110011 | 1001 | 1010010 | 1001000 | 1000100 |
Color Harmonies of #BCE871
Complementary color
Monochromatic Colors of #BCE871
Black with #BCE871
Text Example
Text Example
White with #BCE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE871; }
p { color: rgb(188,232,113); }
H1.HeaderClassName
{
color: #BCE871;
}
.AnyTagClassName
{
color: #BCE871;
}
</style>
background-color css
<style>
a { background-color: #BCE871; }
a { background-color: rgb(188,232,113); }
div.DivClassName
{
background-color: #BCE871;
}
.BgClassName
{
background-color: #BCE871;
}
</style>
border-color css
<style>
span { border-color: #BCE871; }
span { border-color: rgb(188,232,113); }
td.TdClassName
{
border-color: #BCE871;
}
.TagClassName
{
border-color: #BCE871;
}
</style>