Shades of Sulu #BCFF68
Tints of Sulu #BCFF68
RGB
CMYK
RGB Variations
Color information
#BCFF68 (or 0xBCFF68) is known color: Sulu. HEX triplet: BC, FF and 68. RGB value is (188,255,104). Sum of RGB (Red+Green+Blue) = 188+255+104=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF68 is #430097. Grayscale: #DADADA. Windows color (decimal): -4391064 or 6881212. OLE color: 6881212.
HSL color Cylindrical-coordinate representation of color #BCFF68: hue angle of 86.62º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCFF68 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 104 | - |
| CMYK | 0.26 | 0 | 0.59 | 0 |
| HSL | 86.62º | 1% | 0.7% | - |
| HSV(B) | 86.62º | 0.59% | 1% | - |
| XYZ | 59 | 83.21 | 26.05 | - |
| YUV | 217.75 | 63.8 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 104 | 0.26 | 0 | 0.59 | 0 | 86.62 | 1 | 0.7 |
| Hex | BC | FF | 68 | 1A | 0 | 3B | 0 | 57 | 64 | 46 |
| Octal | 274 | 377 | 150 | 32 | 0 | 73 | 0 | 127 | 144 | 106 |
| Binary | 10111100 | 11111111 | 1101000 | 11010 | 0 | 111011 | 0 | 1010111 | 1100100 | 1000110 |
Color Harmonies of #BCFF68
Complementary color
Monochromatic Colors of #BCFF68
Black with #BCFF68
Text Example
Text Example
White with #BCFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF68; }
p { color: rgb(188,255,104); }
H1.HeaderClassName
{
color: #BCFF68;
}
.AnyTagClassName
{
color: #BCFF68;
}
</style>
background-color css
<style>
a { background-color: #BCFF68; }
a { background-color: rgb(188,255,104); }
div.DivClassName
{
background-color: #BCFF68;
}
.BgClassName
{
background-color: #BCFF68;
}
</style>
border-color css
<style>
span { border-color: #BCFF68; }
span { border-color: rgb(188,255,104); }
td.TdClassName
{
border-color: #BCFF68;
}
.TagClassName
{
border-color: #BCFF68;
}
</style>