Shades of Sulu #BCE273
Tints of Sulu #BCE273
RGB
CMYK
RGB Variations
Color information
#BCE273 (or 0xBCE273) is known color: Sulu. HEX triplet: BC, E2 and 73. RGB value is (188,226,115). Sum of RGB (Red+Green+Blue) = 188+226+115=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE273 is #431D8C. Grayscale: #CACACA. Windows color (decimal): -4398477 or 7594684. OLE color: 7594684.
HSL color Cylindrical-coordinate representation of color #BCE273: hue angle of 80.54º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCE273 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 115 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.11 |
| HSL | 80.54º | 0.66% | 0.67% | - |
| HSV(B) | 80.54º | 0.49% | 0.89% | - |
| XYZ | 51.03 | 66.32 | 26.33 | - |
| YUV | 201.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 115 | 0.17 | 0 | 0.49 | 0.11 | 80.54 | 0.66 | 0.67 |
| Hex | BC | E2 | 73 | 11 | 0 | 31 | B | 51 | 42 | 43 |
| Octal | 274 | 342 | 163 | 21 | 0 | 61 | 13 | 121 | 102 | 103 |
| Binary | 10111100 | 11100010 | 1110011 | 10001 | 0 | 110001 | 1011 | 1010001 | 1000010 | 1000011 |
Color Harmonies of #BCE273
Complementary color
Monochromatic Colors of #BCE273
Black with #BCE273
Text Example
Text Example
White with #BCE273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE273; }
p { color: rgb(188,226,115); }
H1.HeaderClassName
{
color: #BCE273;
}
.AnyTagClassName
{
color: #BCE273;
}
</style>
background-color css
<style>
a { background-color: #BCE273; }
a { background-color: rgb(188,226,115); }
div.DivClassName
{
background-color: #BCE273;
}
.BgClassName
{
background-color: #BCE273;
}
</style>
border-color css
<style>
span { border-color: #BCE273; }
span { border-color: rgb(188,226,115); }
td.TdClassName
{
border-color: #BCE273;
}
.TagClassName
{
border-color: #BCE273;
}
</style>