Shades of Sulu #BCFE68
Tints of Sulu #BCFE68
RGB
CMYK
RGB Variations
Color information
#BCFE68 (or 0xBCFE68) is known color: Sulu. HEX triplet: BC, FE and 68. RGB value is (188,254,104). Sum of RGB (Red+Green+Blue) = 188+254+104=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE68 is #430197. Grayscale: #D9D9D9. Windows color (decimal): -4391320 or 6880956. OLE color: 6880956.
HSL color Cylindrical-coordinate representation of color #BCFE68: hue angle of 86.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCFE68 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 104 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.00 |
| HSL | 86.4º | 0.99% | 0.7% | - |
| HSV(B) | 86.4º | 0.59% | 1% | - |
| XYZ | 58.68 | 82.57 | 25.94 | - |
| YUV | 217.17 | 64.13 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 104 | 0.26 | 0 | 0.59 | 0.00 | 86.4 | 0.99 | 0.7 |
| Hex | BC | FE | 68 | 1A | 0 | 3B | 0 | 56 | 63 | 46 |
| Octal | 274 | 376 | 150 | 32 | 0 | 73 | 0 | 126 | 143 | 106 |
| Binary | 10111100 | 11111110 | 1101000 | 11010 | 0 | 111011 | 0 | 1010110 | 1100011 | 1000110 |
Color Harmonies of #BCFE68
Complementary color
Monochromatic Colors of #BCFE68
Black with #BCFE68
Text Example
Text Example
White with #BCFE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE68; }
p { color: rgb(188,254,104); }
H1.HeaderClassName
{
color: #BCFE68;
}
.AnyTagClassName
{
color: #BCFE68;
}
</style>
background-color css
<style>
a { background-color: #BCFE68; }
a { background-color: rgb(188,254,104); }
div.DivClassName
{
background-color: #BCFE68;
}
.BgClassName
{
background-color: #BCFE68;
}
</style>
border-color css
<style>
span { border-color: #BCFE68; }
span { border-color: rgb(188,254,104); }
td.TdClassName
{
border-color: #BCFE68;
}
.TagClassName
{
border-color: #BCFE68;
}
</style>