Shades of Sulu #BCE08D
Tints of Sulu #BCE08D
RGB
CMYK
RGB Variations
Color information
#BCE08D (or 0xBCE08D) is known color: Sulu. HEX triplet: BC, E0 and 8D. RGB value is (188,224,141). Sum of RGB (Red+Green+Blue) = 188+224+141=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE08D is #431F72. Grayscale: #CCCCCC. Windows color (decimal): -4398963 or 9298108. OLE color: 9298108.
HSL color Cylindrical-coordinate representation of color #BCE08D: hue angle of 86.02º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCE08D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 141 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.12 |
| HSL | 86.02º | 0.57% | 0.72% | - |
| HSV(B) | 86.02º | 0.37% | 0.88% | - |
| XYZ | 52.2 | 65.93 | 35.17 | - |
| YUV | 203.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 141 | 0.16 | 0 | 0.37 | 0.12 | 86.02 | 0.57 | 0.72 |
| Hex | BC | E0 | 8D | 10 | 0 | 25 | C | 56 | 39 | 48 |
| Octal | 274 | 340 | 215 | 20 | 0 | 45 | 14 | 126 | 71 | 110 |
| Binary | 10111100 | 11100000 | 10001101 | 10000 | 0 | 100101 | 1100 | 1010110 | 111001 | 1001000 |
Color Harmonies of #BCE08D
Complementary color
Monochromatic Colors of #BCE08D
Black with #BCE08D
Text Example
Text Example
White with #BCE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE08D; }
p { color: rgb(188,224,141); }
H1.HeaderClassName
{
color: #BCE08D;
}
.AnyTagClassName
{
color: #BCE08D;
}
</style>
background-color css
<style>
a { background-color: #BCE08D; }
a { background-color: rgb(188,224,141); }
div.DivClassName
{
background-color: #BCE08D;
}
.BgClassName
{
background-color: #BCE08D;
}
</style>
border-color css
<style>
span { border-color: #BCE08D; }
span { border-color: rgb(188,224,141); }
td.TdClassName
{
border-color: #BCE08D;
}
.TagClassName
{
border-color: #BCE08D;
}
</style>