Shades of Sulu #BCE88B
Tints of Sulu #BCE88B
RGB
CMYK
RGB Variations
Color information
#BCE88B (or 0xBCE88B) is known color: Sulu. HEX triplet: BC, E8 and 8B. RGB value is (188,232,139). Sum of RGB (Red+Green+Blue) = 188+232+139=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE88B is #431774. Grayscale: #D0D0D0. Windows color (decimal): -4396917 or 9169084. OLE color: 9169084.
HSL color Cylindrical-coordinate representation of color #BCE88B: hue angle of 88.39º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCE88B is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 139 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.09 |
| HSL | 88.39º | 0.67% | 0.73% | - |
| HSV(B) | 88.39º | 0.4% | 0.91% | - |
| XYZ | 54.26 | 70.27 | 35.13 | - |
| YUV | 208.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 139 | 0.19 | 0 | 0.40 | 0.09 | 88.39 | 0.67 | 0.73 |
| Hex | BC | E8 | 8B | 13 | 0 | 28 | 9 | 58 | 43 | 49 |
| Octal | 274 | 350 | 213 | 23 | 0 | 50 | 11 | 130 | 103 | 111 |
| Binary | 10111100 | 11101000 | 10001011 | 10011 | 0 | 101000 | 1001 | 1011000 | 1000011 | 1001001 |
Color Harmonies of #BCE88B
Complementary color
Monochromatic Colors of #BCE88B
Black with #BCE88B
Text Example
Text Example
White with #BCE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE88B; }
p { color: rgb(188,232,139); }
H1.HeaderClassName
{
color: #BCE88B;
}
.AnyTagClassName
{
color: #BCE88B;
}
</style>
background-color css
<style>
a { background-color: #BCE88B; }
a { background-color: rgb(188,232,139); }
div.DivClassName
{
background-color: #BCE88B;
}
.BgClassName
{
background-color: #BCE88B;
}
</style>
border-color css
<style>
span { border-color: #BCE88B; }
span { border-color: rgb(188,232,139); }
td.TdClassName
{
border-color: #BCE88B;
}
.TagClassName
{
border-color: #BCE88B;
}
</style>