Shades of Sulu #BCE293
Tints of Sulu #BCE293
RGB
CMYK
RGB Variations
Color information
#BCE293 (or 0xBCE293) is known color: Sulu. HEX triplet: BC, E2 and 93. RGB value is (188,226,147). Sum of RGB (Red+Green+Blue) = 188+226+147=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE293 is #431D6C. Grayscale: #CDCDCD. Windows color (decimal): -4398445 or 9691836. OLE color: 9691836.
HSL color Cylindrical-coordinate representation of color #BCE293: hue angle of 88.86º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCE293 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 147 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.11 |
| HSL | 88.86º | 0.58% | 0.73% | - |
| HSV(B) | 88.86º | 0.35% | 0.89% | - |
| XYZ | 53.2 | 67.19 | 37.77 | - |
| YUV | 205.63 | 94.91 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 147 | 0.17 | 0 | 0.35 | 0.11 | 88.86 | 0.58 | 0.73 |
| Hex | BC | E2 | 93 | 11 | 0 | 23 | B | 59 | 3A | 49 |
| Octal | 274 | 342 | 223 | 21 | 0 | 43 | 13 | 131 | 72 | 111 |
| Binary | 10111100 | 11100010 | 10010011 | 10001 | 0 | 100011 | 1011 | 1011001 | 111010 | 1001001 |
Color Harmonies of #BCE293
Complementary color
Monochromatic Colors of #BCE293
Black with #BCE293
Text Example
Text Example
White with #BCE293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE293; }
p { color: rgb(188,226,147); }
H1.HeaderClassName
{
color: #BCE293;
}
.AnyTagClassName
{
color: #BCE293;
}
</style>
background-color css
<style>
a { background-color: #BCE293; }
a { background-color: rgb(188,226,147); }
div.DivClassName
{
background-color: #BCE293;
}
.BgClassName
{
background-color: #BCE293;
}
</style>
border-color css
<style>
span { border-color: #BCE293; }
span { border-color: rgb(188,226,147); }
td.TdClassName
{
border-color: #BCE293;
}
.TagClassName
{
border-color: #BCE293;
}
</style>