Shades of Sulu #BCE494
Tints of Sulu #BCE494
RGB
CMYK
RGB Variations
Color information
#BCE494 (or 0xBCE494) is known color: Sulu. HEX triplet: BC, E4 and 94. RGB value is (188,228,148). Sum of RGB (Red+Green+Blue) = 188+228+148=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE494 is #431B6B. Grayscale: #CFCFCF. Windows color (decimal): -4397932 or 9757884. OLE color: 9757884.
HSL color Cylindrical-coordinate representation of color #BCE494: hue angle of 90º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCE494 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 148 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.11 |
| HSL | 90º | 0.6% | 0.74% | - |
| HSV(B) | 90º | 0.35% | 0.89% | - |
| XYZ | 53.83 | 68.32 | 38.37 | - |
| YUV | 206.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 148 | 0.18 | 0 | 0.35 | 0.11 | 90 | 0.6 | 0.74 |
| Hex | BC | E4 | 94 | 12 | 0 | 23 | B | 5A | 3C | 4A |
| Octal | 274 | 344 | 224 | 22 | 0 | 43 | 13 | 132 | 74 | 112 |
| Binary | 10111100 | 11100100 | 10010100 | 10010 | 0 | 100011 | 1011 | 1011010 | 111100 | 1001010 |
Color Harmonies of #BCE494
Complementary color
Monochromatic Colors of #BCE494
Black with #BCE494
Text Example
Text Example
White with #BCE494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE494; }
p { color: rgb(188,228,148); }
H1.HeaderClassName
{
color: #BCE494;
}
.AnyTagClassName
{
color: #BCE494;
}
</style>
background-color css
<style>
a { background-color: #BCE494; }
a { background-color: rgb(188,228,148); }
div.DivClassName
{
background-color: #BCE494;
}
.BgClassName
{
background-color: #BCE494;
}
</style>
border-color css
<style>
span { border-color: #BCE494; }
span { border-color: rgb(188,228,148); }
td.TdClassName
{
border-color: #BCE494;
}
.TagClassName
{
border-color: #BCE494;
}
</style>