Shades of Sulu #BCE386
Tints of Sulu #BCE386
RGB
CMYK
RGB Variations
Color information
#BCE386 (or 0xBCE386) is known color: Sulu. HEX triplet: BC, E3 and 86. RGB value is (188,227,134). Sum of RGB (Red+Green+Blue) = 188+227+134=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE386 is #431C79. Grayscale: #CDCDCD. Windows color (decimal): -4398202 or 8840124. OLE color: 8840124.
HSL color Cylindrical-coordinate representation of color #BCE386: hue angle of 85.16º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCE386 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 134 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.11 |
| HSL | 85.16º | 0.62% | 0.71% | - |
| HSV(B) | 85.16º | 0.41% | 0.89% | - |
| XYZ | 52.51 | 67.35 | 32.79 | - |
| YUV | 204.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 134 | 0.17 | 0 | 0.41 | 0.11 | 85.16 | 0.62 | 0.71 |
| Hex | BC | E3 | 86 | 11 | 0 | 29 | B | 55 | 3E | 47 |
| Octal | 274 | 343 | 206 | 21 | 0 | 51 | 13 | 125 | 76 | 107 |
| Binary | 10111100 | 11100011 | 10000110 | 10001 | 0 | 101001 | 1011 | 1010101 | 111110 | 1000111 |
Color Harmonies of #BCE386
Complementary color
Monochromatic Colors of #BCE386
Black with #BCE386
Text Example
Text Example
White with #BCE386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE386; }
p { color: rgb(188,227,134); }
H1.HeaderClassName
{
color: #BCE386;
}
.AnyTagClassName
{
color: #BCE386;
}
</style>
background-color css
<style>
a { background-color: #BCE386; }
a { background-color: rgb(188,227,134); }
div.DivClassName
{
background-color: #BCE386;
}
.BgClassName
{
background-color: #BCE386;
}
</style>
border-color css
<style>
span { border-color: #BCE386; }
span { border-color: rgb(188,227,134); }
td.TdClassName
{
border-color: #BCE386;
}
.TagClassName
{
border-color: #BCE386;
}
</style>