Shades of Sulu #BCE294
Tints of Sulu #BCE294
RGB
CMYK
RGB Variations
Color information
#BCE294 (or 0xBCE294) is known color: Sulu. HEX triplet: BC, E2 and 94. RGB value is (188,226,148). Sum of RGB (Red+Green+Blue) = 188+226+148=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE294 is #431D6B. Grayscale: #CECECE. Windows color (decimal): -4398444 or 9757372. OLE color: 9757372.
HSL color Cylindrical-coordinate representation of color #BCE294: hue angle of 89.23º degrees, saturation: 0.57, 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 #BCE294 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 148 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.11 |
| HSL | 89.23º | 0.57% | 0.73% | - |
| HSV(B) | 89.23º | 0.35% | 0.89% | - |
| XYZ | 53.28 | 67.22 | 38.18 | - |
| YUV | 205.75 | 95.41 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 148 | 0.17 | 0 | 0.35 | 0.11 | 89.23 | 0.57 | 0.73 |
| Hex | BC | E2 | 94 | 11 | 0 | 23 | B | 59 | 39 | 49 |
| Octal | 274 | 342 | 224 | 21 | 0 | 43 | 13 | 131 | 71 | 111 |
| Binary | 10111100 | 11100010 | 10010100 | 10001 | 0 | 100011 | 1011 | 1011001 | 111001 | 1001001 |
Color Harmonies of #BCE294
Complementary color
Monochromatic Colors of #BCE294
Black with #BCE294
Text Example
Text Example
White with #BCE294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE294; }
p { color: rgb(188,226,148); }
H1.HeaderClassName
{
color: #BCE294;
}
.AnyTagClassName
{
color: #BCE294;
}
</style>
background-color css
<style>
a { background-color: #BCE294; }
a { background-color: rgb(188,226,148); }
div.DivClassName
{
background-color: #BCE294;
}
.BgClassName
{
background-color: #BCE294;
}
</style>
border-color css
<style>
span { border-color: #BCE294; }
span { border-color: rgb(188,226,148); }
td.TdClassName
{
border-color: #BCE294;
}
.TagClassName
{
border-color: #BCE294;
}
</style>