Shades of Sulu #BCE18D
Tints of Sulu #BCE18D
RGB
CMYK
RGB Variations
Color information
#BCE18D (or 0xBCE18D) is known color: Sulu. HEX triplet: BC, E1 and 8D. RGB value is (188,225,141). Sum of RGB (Red+Green+Blue) = 188+225+141=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE18D is #431E72. Grayscale: #CCCCCC. Windows color (decimal): -4398707 or 9298364. OLE color: 9298364.
HSL color Cylindrical-coordinate representation of color #BCE18D: hue angle of 86.43º degrees, saturation: 0.58, 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 #BCE18D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 141 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.12 |
| HSL | 86.43º | 0.58% | 0.72% | - |
| HSV(B) | 86.43º | 0.37% | 0.88% | - |
| XYZ | 52.47 | 66.46 | 35.26 | - |
| YUV | 204.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 141 | 0.16 | 0 | 0.37 | 0.12 | 86.43 | 0.58 | 0.72 |
| Hex | BC | E1 | 8D | 10 | 0 | 25 | C | 56 | 3A | 48 |
| Octal | 274 | 341 | 215 | 20 | 0 | 45 | 14 | 126 | 72 | 110 |
| Binary | 10111100 | 11100001 | 10001101 | 10000 | 0 | 100101 | 1100 | 1010110 | 111010 | 1001000 |
Color Harmonies of #BCE18D
Complementary color
Monochromatic Colors of #BCE18D
Black with #BCE18D
Text Example
Text Example
White with #BCE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE18D; }
p { color: rgb(188,225,141); }
H1.HeaderClassName
{
color: #BCE18D;
}
.AnyTagClassName
{
color: #BCE18D;
}
</style>
background-color css
<style>
a { background-color: #BCE18D; }
a { background-color: rgb(188,225,141); }
div.DivClassName
{
background-color: #BCE18D;
}
.BgClassName
{
background-color: #BCE18D;
}
</style>
border-color css
<style>
span { border-color: #BCE18D; }
span { border-color: rgb(188,225,141); }
td.TdClassName
{
border-color: #BCE18D;
}
.TagClassName
{
border-color: #BCE18D;
}
</style>