Shades of Sulu #BCE586
Tints of Sulu #BCE586
RGB
CMYK
RGB Variations
Color information
#BCE586 (or 0xBCE586) is known color: Sulu. HEX triplet: BC, E5 and 86. RGB value is (188,229,134). Sum of RGB (Red+Green+Blue) = 188+229+134=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE586 is #431A79. Grayscale: #CECECE. Windows color (decimal): -4397690 or 8840636. OLE color: 8840636.
HSL color Cylindrical-coordinate representation of color #BCE586: hue angle of 85.89º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCE586 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 134 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.10 |
| HSL | 85.89º | 0.65% | 0.71% | - |
| HSV(B) | 85.89º | 0.41% | 0.9% | - |
| XYZ | 53.06 | 68.45 | 32.97 | - |
| YUV | 205.91 | 87.42 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 134 | 0.18 | 0 | 0.41 | 0.10 | 85.89 | 0.65 | 0.71 |
| Hex | BC | E5 | 86 | 12 | 0 | 29 | A | 56 | 41 | 47 |
| Octal | 274 | 345 | 206 | 22 | 0 | 51 | 12 | 126 | 101 | 107 |
| Binary | 10111100 | 11100101 | 10000110 | 10010 | 0 | 101001 | 1010 | 1010110 | 1000001 | 1000111 |
Color Harmonies of #BCE586
Complementary color
Monochromatic Colors of #BCE586
Black with #BCE586
Text Example
Text Example
White with #BCE586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE586; }
p { color: rgb(188,229,134); }
H1.HeaderClassName
{
color: #BCE586;
}
.AnyTagClassName
{
color: #BCE586;
}
</style>
background-color css
<style>
a { background-color: #BCE586; }
a { background-color: rgb(188,229,134); }
div.DivClassName
{
background-color: #BCE586;
}
.BgClassName
{
background-color: #BCE586;
}
</style>
border-color css
<style>
span { border-color: #BCE586; }
span { border-color: rgb(188,229,134); }
td.TdClassName
{
border-color: #BCE586;
}
.TagClassName
{
border-color: #BCE586;
}
</style>