Shades of Sulu #BCE473
Tints of Sulu #BCE473
RGB
CMYK
RGB Variations
Color information
#BCE473 (or 0xBCE473) is known color: Sulu. HEX triplet: BC, E4 and 73. RGB value is (188,228,115). Sum of RGB (Red+Green+Blue) = 188+228+115=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE473 is #431B8C. Grayscale: #CBCBCB. Windows color (decimal): -4397965 or 7595196. OLE color: 7595196.
HSL color Cylindrical-coordinate representation of color #BCE473: hue angle of 81.24º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCE473 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 115 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.11 |
| HSL | 81.24º | 0.68% | 0.67% | - |
| HSV(B) | 81.24º | 0.5% | 0.89% | - |
| XYZ | 51.58 | 67.42 | 26.51 | - |
| YUV | 203.16 | 78.25 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 115 | 0.18 | 0 | 0.50 | 0.11 | 81.24 | 0.68 | 0.67 |
| Hex | BC | E4 | 73 | 12 | 0 | 32 | B | 51 | 44 | 43 |
| Octal | 274 | 344 | 163 | 22 | 0 | 62 | 13 | 121 | 104 | 103 |
| Binary | 10111100 | 11100100 | 1110011 | 10010 | 0 | 110010 | 1011 | 1010001 | 1000100 | 1000011 |
Color Harmonies of #BCE473
Complementary color
Monochromatic Colors of #BCE473
Black with #BCE473
Text Example
Text Example
White with #BCE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE473; }
p { color: rgb(188,228,115); }
H1.HeaderClassName
{
color: #BCE473;
}
.AnyTagClassName
{
color: #BCE473;
}
</style>
background-color css
<style>
a { background-color: #BCE473; }
a { background-color: rgb(188,228,115); }
div.DivClassName
{
background-color: #BCE473;
}
.BgClassName
{
background-color: #BCE473;
}
</style>
border-color css
<style>
span { border-color: #BCE473; }
span { border-color: rgb(188,228,115); }
td.TdClassName
{
border-color: #BCE473;
}
.TagClassName
{
border-color: #BCE473;
}
</style>