Shades of Sulu #BCE392
Tints of Sulu #BCE392
RGB
CMYK
RGB Variations
Color information
#BCE392 (or 0xBCE392) is known color: Sulu. HEX triplet: BC, E3 and 92. RGB value is (188,227,146). Sum of RGB (Red+Green+Blue) = 188+227+146=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE392 is #431C6D. Grayscale: #CECECE. Windows color (decimal): -4398190 or 9626556. OLE color: 9626556.
HSL color Cylindrical-coordinate representation of color #BCE392: hue angle of 88.89º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCE392 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 146 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.11 |
| HSL | 88.89º | 0.59% | 0.73% | - |
| HSV(B) | 88.89º | 0.36% | 0.89% | - |
| XYZ | 53.4 | 67.7 | 37.45 | - |
| YUV | 206.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 146 | 0.17 | 0 | 0.36 | 0.11 | 88.89 | 0.59 | 0.73 |
| Hex | BC | E3 | 92 | 11 | 0 | 24 | B | 59 | 3B | 49 |
| Octal | 274 | 343 | 222 | 21 | 0 | 44 | 13 | 131 | 73 | 111 |
| Binary | 10111100 | 11100011 | 10010010 | 10001 | 0 | 100100 | 1011 | 1011001 | 111011 | 1001001 |
Color Harmonies of #BCE392
Complementary color
Monochromatic Colors of #BCE392
Black with #BCE392
Text Example
Text Example
White with #BCE392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE392; }
p { color: rgb(188,227,146); }
H1.HeaderClassName
{
color: #BCE392;
}
.AnyTagClassName
{
color: #BCE392;
}
</style>
background-color css
<style>
a { background-color: #BCE392; }
a { background-color: rgb(188,227,146); }
div.DivClassName
{
background-color: #BCE392;
}
.BgClassName
{
background-color: #BCE392;
}
</style>
border-color css
<style>
span { border-color: #BCE392; }
span { border-color: rgb(188,227,146); }
td.TdClassName
{
border-color: #BCE392;
}
.TagClassName
{
border-color: #BCE392;
}
</style>