Shades of Sulu #BCE28C
Tints of Sulu #BCE28C
RGB
CMYK
RGB Variations
Color information
#BCE28C (or 0xBCE28C) is known color: Sulu. HEX triplet: BC, E2 and 8C. RGB value is (188,226,140). Sum of RGB (Red+Green+Blue) = 188+226+140=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE28C is #431D73. Grayscale: #CDCDCD. Windows color (decimal): -4398452 or 9233084. OLE color: 9233084.
HSL color Cylindrical-coordinate representation of color #BCE28C: hue angle of 86.51º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCE28C is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 140 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.11 |
| HSL | 86.51º | 0.6% | 0.72% | - |
| HSV(B) | 86.51º | 0.38% | 0.89% | - |
| XYZ | 52.67 | 66.98 | 34.96 | - |
| YUV | 204.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 140 | 0.17 | 0 | 0.38 | 0.11 | 86.51 | 0.6 | 0.72 |
| Hex | BC | E2 | 8C | 11 | 0 | 26 | B | 57 | 3C | 48 |
| Octal | 274 | 342 | 214 | 21 | 0 | 46 | 13 | 127 | 74 | 110 |
| Binary | 10111100 | 11100010 | 10001100 | 10001 | 0 | 100110 | 1011 | 1010111 | 111100 | 1001000 |
Color Harmonies of #BCE28C
Complementary color
Monochromatic Colors of #BCE28C
Black with #BCE28C
Text Example
Text Example
White with #BCE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE28C; }
p { color: rgb(188,226,140); }
H1.HeaderClassName
{
color: #BCE28C;
}
.AnyTagClassName
{
color: #BCE28C;
}
</style>
background-color css
<style>
a { background-color: #BCE28C; }
a { background-color: rgb(188,226,140); }
div.DivClassName
{
background-color: #BCE28C;
}
.BgClassName
{
background-color: #BCE28C;
}
</style>
border-color css
<style>
span { border-color: #BCE28C; }
span { border-color: rgb(188,226,140); }
td.TdClassName
{
border-color: #BCE28C;
}
.TagClassName
{
border-color: #BCE28C;
}
</style>