Shades of Sulu #BCE27E
Tints of Sulu #BCE27E
RGB
CMYK
RGB Variations
Color information
#BCE27E (or 0xBCE27E) is known color: Sulu. HEX triplet: BC, E2 and 7E. RGB value is (188,226,126). Sum of RGB (Red+Green+Blue) = 188+226+126=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE27E is #431D81. Grayscale: #CBCBCB. Windows color (decimal): -4398466 or 8315580. OLE color: 8315580.
HSL color Cylindrical-coordinate representation of color #BCE27E: hue angle of 82.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCE27E is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 126 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.11 |
| HSL | 82.8º | 0.63% | 0.69% | - |
| HSV(B) | 82.8º | 0.44% | 0.89% | - |
| XYZ | 51.7 | 66.59 | 29.87 | - |
| YUV | 203.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 126 | 0.17 | 0 | 0.44 | 0.11 | 82.8 | 0.63 | 0.69 |
| Hex | BC | E2 | 7E | 11 | 0 | 2C | B | 53 | 3F | 45 |
| Octal | 274 | 342 | 176 | 21 | 0 | 54 | 13 | 123 | 77 | 105 |
| Binary | 10111100 | 11100010 | 1111110 | 10001 | 0 | 101100 | 1011 | 1010011 | 111111 | 1000101 |
Color Harmonies of #BCE27E
Complementary color
Monochromatic Colors of #BCE27E
Black with #BCE27E
Text Example
Text Example
White with #BCE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE27E; }
p { color: rgb(188,226,126); }
H1.HeaderClassName
{
color: #BCE27E;
}
.AnyTagClassName
{
color: #BCE27E;
}
</style>
background-color css
<style>
a { background-color: #BCE27E; }
a { background-color: rgb(188,226,126); }
div.DivClassName
{
background-color: #BCE27E;
}
.BgClassName
{
background-color: #BCE27E;
}
</style>
border-color css
<style>
span { border-color: #BCE27E; }
span { border-color: rgb(188,226,126); }
td.TdClassName
{
border-color: #BCE27E;
}
.TagClassName
{
border-color: #BCE27E;
}
</style>