Shades of Sulu #BCFE88
Tints of Sulu #BCFE88
RGB
CMYK
RGB Variations
Color information
#BCFE88 (or 0xBCFE88) is known color: Sulu. HEX triplet: BC, FE and 88. RGB value is (188,254,136). Sum of RGB (Red+Green+Blue) = 188+254+136=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE88 is #430177. Grayscale: #DDDDDD. Windows color (decimal): -4391288 or 8978108. OLE color: 8978108.
HSL color Cylindrical-coordinate representation of color #BCFE88: hue angle of 93.56º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCFE88 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 136 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.00 |
| HSL | 93.56º | 0.98% | 0.76% | - |
| HSV(B) | 93.56º | 0.46% | 1% | - |
| XYZ | 60.62 | 83.35 | 36.19 | - |
| YUV | 220.81 | 80.13 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 136 | 0.26 | 0 | 0.46 | 0.00 | 93.56 | 0.98 | 0.76 |
| Hex | BC | FE | 88 | 1A | 0 | 2E | 0 | 5E | 62 | 4C |
| Octal | 274 | 376 | 210 | 32 | 0 | 56 | 0 | 136 | 142 | 114 |
| Binary | 10111100 | 11111110 | 10001000 | 11010 | 0 | 101110 | 0 | 1011110 | 1100010 | 1001100 |
Color Harmonies of #BCFE88
Complementary color
Monochromatic Colors of #BCFE88
Black with #BCFE88
Text Example
Text Example
White with #BCFE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE88; }
p { color: rgb(188,254,136); }
H1.HeaderClassName
{
color: #BCFE88;
}
.AnyTagClassName
{
color: #BCFE88;
}
</style>
background-color css
<style>
a { background-color: #BCFE88; }
a { background-color: rgb(188,254,136); }
div.DivClassName
{
background-color: #BCFE88;
}
.BgClassName
{
background-color: #BCFE88;
}
</style>
border-color css
<style>
span { border-color: #BCFE88; }
span { border-color: rgb(188,254,136); }
td.TdClassName
{
border-color: #BCFE88;
}
.TagClassName
{
border-color: #BCFE88;
}
</style>