Shades of Sulu #BCFC68
Tints of Sulu #BCFC68
RGB
CMYK
RGB Variations
Color information
#BCFC68 (or 0xBCFC68) is known color: Sulu. HEX triplet: BC, FC and 68. RGB value is (188,252,104). Sum of RGB (Red+Green+Blue) = 188+252+104=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC68 is #430397. Grayscale: #D8D8D8. Windows color (decimal): -4391832 or 6880444. OLE color: 6880444.
HSL color Cylindrical-coordinate representation of color #BCFC68: hue angle of 85.95º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCFC68 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 104 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.01 |
| HSL | 85.95º | 0.96% | 0.7% | - |
| HSV(B) | 85.95º | 0.59% | 0.99% | - |
| XYZ | 58.05 | 81.31 | 25.73 | - |
| YUV | 215.99 | 64.8 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 104 | 0.25 | 0 | 0.59 | 0.01 | 85.95 | 0.96 | 0.7 |
| Hex | BC | FC | 68 | 19 | 0 | 3B | 1 | 56 | 60 | 46 |
| Octal | 274 | 374 | 150 | 31 | 0 | 73 | 1 | 126 | 140 | 106 |
| Binary | 10111100 | 11111100 | 1101000 | 11001 | 0 | 111011 | 1 | 1010110 | 1100000 | 1000110 |
Color Harmonies of #BCFC68
Complementary color
Monochromatic Colors of #BCFC68
Black with #BCFC68
Text Example
Text Example
White with #BCFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC68; }
p { color: rgb(188,252,104); }
H1.HeaderClassName
{
color: #BCFC68;
}
.AnyTagClassName
{
color: #BCFC68;
}
</style>
background-color css
<style>
a { background-color: #BCFC68; }
a { background-color: rgb(188,252,104); }
div.DivClassName
{
background-color: #BCFC68;
}
.BgClassName
{
background-color: #BCFC68;
}
</style>
border-color css
<style>
span { border-color: #BCFC68; }
span { border-color: rgb(188,252,104); }
td.TdClassName
{
border-color: #BCFC68;
}
.TagClassName
{
border-color: #BCFC68;
}
</style>