Shades of Sulu #BCE86D
Tints of Sulu #BCE86D
RGB
CMYK
RGB Variations
Color information
#BCE86D (or 0xBCE86D) is known color: Sulu. HEX triplet: BC, E8 and 6D. RGB value is (188,232,109). Sum of RGB (Red+Green+Blue) = 188+232+109=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE86D is #431792. Grayscale: #CDCDCD. Windows color (decimal): -4396947 or 7203004. OLE color: 7203004.
HSL color Cylindrical-coordinate representation of color #BCE86D: hue angle of 81.46º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCE86D is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 109 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.09 |
| HSL | 81.46º | 0.73% | 0.67% | - |
| HSV(B) | 81.46º | 0.53% | 0.91% | - |
| XYZ | 52.36 | 69.51 | 25.13 | - |
| YUV | 204.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 109 | 0.19 | 0 | 0.53 | 0.09 | 81.46 | 0.73 | 0.67 |
| Hex | BC | E8 | 6D | 13 | 0 | 35 | 9 | 51 | 49 | 43 |
| Octal | 274 | 350 | 155 | 23 | 0 | 65 | 11 | 121 | 111 | 103 |
| Binary | 10111100 | 11101000 | 1101101 | 10011 | 0 | 110101 | 1001 | 1010001 | 1001001 | 1000011 |
Color Harmonies of #BCE86D
Complementary color
Monochromatic Colors of #BCE86D
Black with #BCE86D
Text Example
Text Example
White with #BCE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE86D; }
p { color: rgb(188,232,109); }
H1.HeaderClassName
{
color: #BCE86D;
}
.AnyTagClassName
{
color: #BCE86D;
}
</style>
background-color css
<style>
a { background-color: #BCE86D; }
a { background-color: rgb(188,232,109); }
div.DivClassName
{
background-color: #BCE86D;
}
.BgClassName
{
background-color: #BCE86D;
}
</style>
border-color css
<style>
span { border-color: #BCE86D; }
span { border-color: rgb(188,232,109); }
td.TdClassName
{
border-color: #BCE86D;
}
.TagClassName
{
border-color: #BCE86D;
}
</style>