Shades of Sulu #BCFF87
Tints of Sulu #BCFF87
RGB
CMYK
RGB Variations
Color information
#BCFF87 (or 0xBCFF87) is known color: Sulu. HEX triplet: BC, FF and 87. RGB value is (188,255,135). Sum of RGB (Red+Green+Blue) = 188+255+135=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF87 is #430078. Grayscale: #DDDDDD. Windows color (decimal): -4391033 or 8912828. OLE color: 8912828.
HSL color Cylindrical-coordinate representation of color #BCFF87: hue angle of 93.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCFF87 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 135 | - |
| CMYK | 0.26 | 0 | 0.47 | 0 |
| HSL | 93.5º | 1% | 0.76% | - |
| HSV(B) | 93.5º | 0.47% | 1% | - |
| XYZ | 60.87 | 83.96 | 35.92 | - |
| YUV | 221.29 | 79.3 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 135 | 0.26 | 0 | 0.47 | 0 | 93.5 | 1 | 0.76 |
| Hex | BC | FF | 87 | 1A | 0 | 2F | 0 | 5E | 64 | 4C |
| Octal | 274 | 377 | 207 | 32 | 0 | 57 | 0 | 136 | 144 | 114 |
| Binary | 10111100 | 11111111 | 10000111 | 11010 | 0 | 101111 | 0 | 1011110 | 1100100 | 1001100 |
Color Harmonies of #BCFF87
Complementary color
Monochromatic Colors of #BCFF87
Black with #BCFF87
Text Example
Text Example
White with #BCFF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF87; }
p { color: rgb(188,255,135); }
H1.HeaderClassName
{
color: #BCFF87;
}
.AnyTagClassName
{
color: #BCFF87;
}
</style>
background-color css
<style>
a { background-color: #BCFF87; }
a { background-color: rgb(188,255,135); }
div.DivClassName
{
background-color: #BCFF87;
}
.BgClassName
{
background-color: #BCFF87;
}
</style>
border-color css
<style>
span { border-color: #BCFF87; }
span { border-color: rgb(188,255,135); }
td.TdClassName
{
border-color: #BCFF87;
}
.TagClassName
{
border-color: #BCFF87;
}
</style>