Shades of Sulu #BCFE8F
Tints of Sulu #BCFE8F
RGB
CMYK
RGB Variations
Color information
#BCFE8F (or 0xBCFE8F) is known color: Sulu. HEX triplet: BC, FE and 8F. RGB value is (188,254,143). Sum of RGB (Red+Green+Blue) = 188+254+143=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE8F is #430170. Grayscale: #DDDDDD. Windows color (decimal): -4391281 or 9436860. OLE color: 9436860.
HSL color Cylindrical-coordinate representation of color #BCFE8F: hue angle of 95.68º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCFE8F is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 143 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.00 |
| HSL | 95.68º | 0.98% | 0.78% | - |
| HSV(B) | 95.68º | 0.44% | 1% | - |
| XYZ | 61.14 | 83.56 | 38.89 | - |
| YUV | 221.61 | 83.63 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 143 | 0.26 | 0 | 0.44 | 0.00 | 95.68 | 0.98 | 0.78 |
| Hex | BC | FE | 8F | 1A | 0 | 2C | 0 | 60 | 62 | 4E |
| Octal | 274 | 376 | 217 | 32 | 0 | 54 | 0 | 140 | 142 | 116 |
| Binary | 10111100 | 11111110 | 10001111 | 11010 | 0 | 101100 | 0 | 1100000 | 1100010 | 1001110 |
Color Harmonies of #BCFE8F
Complementary color
Monochromatic Colors of #BCFE8F
Black with #BCFE8F
Text Example
Text Example
White with #BCFE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE8F; }
p { color: rgb(188,254,143); }
H1.HeaderClassName
{
color: #BCFE8F;
}
.AnyTagClassName
{
color: #BCFE8F;
}
</style>
background-color css
<style>
a { background-color: #BCFE8F; }
a { background-color: rgb(188,254,143); }
div.DivClassName
{
background-color: #BCFE8F;
}
.BgClassName
{
background-color: #BCFE8F;
}
</style>
border-color css
<style>
span { border-color: #BCFE8F; }
span { border-color: rgb(188,254,143); }
td.TdClassName
{
border-color: #BCFE8F;
}
.TagClassName
{
border-color: #BCFE8F;
}
</style>