Shades of Sulu #BCFC87
Tints of Sulu #BCFC87
RGB
CMYK
RGB Variations
Color information
#BCFC87 (or 0xBCFC87) is known color: Sulu. HEX triplet: BC, FC and 87. RGB value is (188,252,135). Sum of RGB (Red+Green+Blue) = 188+252+135=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 135 (53.12% from 255 or 23.48% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC87 is #430378. Grayscale: #DBDBDB. Windows color (decimal): -4391801 or 8912060. OLE color: 8912060.
HSL color Cylindrical-coordinate representation of color #BCFC87: hue angle of 92.82º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCFC87 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 135 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.01 |
| HSL | 92.82º | 0.95% | 0.76% | - |
| HSV(B) | 92.82º | 0.46% | 0.99% | - |
| XYZ | 59.92 | 82.06 | 35.6 | - |
| YUV | 219.53 | 80.3 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 135 | 0.25 | 0 | 0.46 | 0.01 | 92.82 | 0.95 | 0.76 |
| Hex | BC | FC | 87 | 19 | 0 | 2E | 1 | 5D | 5F | 4C |
| Octal | 274 | 374 | 207 | 31 | 0 | 56 | 1 | 135 | 137 | 114 |
| Binary | 10111100 | 11111100 | 10000111 | 11001 | 0 | 101110 | 1 | 1011101 | 1011111 | 1001100 |
Color Harmonies of #BCFC87
Complementary color
Monochromatic Colors of #BCFC87
Black with #BCFC87
Text Example
Text Example
White with #BCFC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC87; }
p { color: rgb(188,252,135); }
H1.HeaderClassName
{
color: #BCFC87;
}
.AnyTagClassName
{
color: #BCFC87;
}
</style>
background-color css
<style>
a { background-color: #BCFC87; }
a { background-color: rgb(188,252,135); }
div.DivClassName
{
background-color: #BCFC87;
}
.BgClassName
{
background-color: #BCFC87;
}
</style>
border-color css
<style>
span { border-color: #BCFC87; }
span { border-color: rgb(188,252,135); }
td.TdClassName
{
border-color: #BCFC87;
}
.TagClassName
{
border-color: #BCFC87;
}
</style>