Shades of Sulu #BCFC86
Tints of Sulu #BCFC86
RGB
CMYK
RGB Variations
Color information
#BCFC86 (or 0xBCFC86) is known color: Sulu. HEX triplet: BC, FC and 86. RGB value is (188,252,134). Sum of RGB (Red+Green+Blue) = 188+252+134=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC86 is #430379. Grayscale: #DBDBDB. Windows color (decimal): -4391802 or 8846524. OLE color: 8846524.
HSL color Cylindrical-coordinate representation of color #BCFC86: hue angle of 92.54º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCFC86 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 134 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.01 |
| HSL | 92.54º | 0.95% | 0.76% | - |
| HSV(B) | 92.54º | 0.47% | 0.99% | - |
| XYZ | 59.85 | 82.03 | 35.23 | - |
| YUV | 219.41 | 79.8 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 134 | 0.25 | 0 | 0.47 | 0.01 | 92.54 | 0.95 | 0.76 |
| Hex | BC | FC | 86 | 19 | 0 | 2F | 1 | 5D | 5F | 4C |
| Octal | 274 | 374 | 206 | 31 | 0 | 57 | 1 | 135 | 137 | 114 |
| Binary | 10111100 | 11111100 | 10000110 | 11001 | 0 | 101111 | 1 | 1011101 | 1011111 | 1001100 |
Color Harmonies of #BCFC86
Complementary color
Monochromatic Colors of #BCFC86
Black with #BCFC86
Text Example
Text Example
White with #BCFC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC86; }
p { color: rgb(188,252,134); }
H1.HeaderClassName
{
color: #BCFC86;
}
.AnyTagClassName
{
color: #BCFC86;
}
</style>
background-color css
<style>
a { background-color: #BCFC86; }
a { background-color: rgb(188,252,134); }
div.DivClassName
{
background-color: #BCFC86;
}
.BgClassName
{
background-color: #BCFC86;
}
</style>
border-color css
<style>
span { border-color: #BCFC86; }
span { border-color: rgb(188,252,134); }
td.TdClassName
{
border-color: #BCFC86;
}
.TagClassName
{
border-color: #BCFC86;
}
</style>