Shades of Sulu #BCFC8D
Tints of Sulu #BCFC8D
RGB
CMYK
RGB Variations
Color information
#BCFC8D (or 0xBCFC8D) is known color: Sulu. HEX triplet: BC, FC and 8D. RGB value is (188,252,141). Sum of RGB (Red+Green+Blue) = 188+252+141=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC8D is #430372. Grayscale: #DCDCDC. Windows color (decimal): -4391795 or 9305276. OLE color: 9305276.
HSL color Cylindrical-coordinate representation of color #BCFC8D: hue angle of 94.59º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCFC8D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 141 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.01 |
| HSL | 94.59º | 0.95% | 0.77% | - |
| HSV(B) | 94.59º | 0.44% | 0.99% | - |
| XYZ | 60.36 | 82.24 | 37.89 | - |
| YUV | 220.21 | 83.3 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 141 | 0.25 | 0 | 0.44 | 0.01 | 94.59 | 0.95 | 0.77 |
| Hex | BC | FC | 8D | 19 | 0 | 2C | 1 | 5F | 5F | 4D |
| Octal | 274 | 374 | 215 | 31 | 0 | 54 | 1 | 137 | 137 | 115 |
| Binary | 10111100 | 11111100 | 10001101 | 11001 | 0 | 101100 | 1 | 1011111 | 1011111 | 1001101 |
Color Harmonies of #BCFC8D
Complementary color
Monochromatic Colors of #BCFC8D
Black with #BCFC8D
Text Example
Text Example
White with #BCFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC8D; }
p { color: rgb(188,252,141); }
H1.HeaderClassName
{
color: #BCFC8D;
}
.AnyTagClassName
{
color: #BCFC8D;
}
</style>
background-color css
<style>
a { background-color: #BCFC8D; }
a { background-color: rgb(188,252,141); }
div.DivClassName
{
background-color: #BCFC8D;
}
.BgClassName
{
background-color: #BCFC8D;
}
</style>
border-color css
<style>
span { border-color: #BCFC8D; }
span { border-color: rgb(188,252,141); }
td.TdClassName
{
border-color: #BCFC8D;
}
.TagClassName
{
border-color: #BCFC8D;
}
</style>