Shades of Sulu #BCF686
Tints of Sulu #BCF686
RGB
CMYK
RGB Variations
Color information
#BCF686 (or 0xBCF686) is known color: Sulu. HEX triplet: BC, F6 and 86. RGB value is (188,246,134). Sum of RGB (Red+Green+Blue) = 188+246+134=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF686 is #430979. Grayscale: #D8D8D8. Windows color (decimal): -4393338 or 8844988. OLE color: 8844988.
HSL color Cylindrical-coordinate representation of color #BCF686: hue angle of 91.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF686 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 134 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.04 |
| HSL | 91.07º | 0.86% | 0.75% | - |
| HSV(B) | 91.07º | 0.46% | 0.96% | - |
| XYZ | 58 | 78.32 | 34.62 | - |
| YUV | 215.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 134 | 0.24 | 0 | 0.46 | 0.04 | 91.07 | 0.86 | 0.75 |
| Hex | BC | F6 | 86 | 18 | 0 | 2E | 4 | 5B | 56 | 4B |
| Octal | 274 | 366 | 206 | 30 | 0 | 56 | 4 | 133 | 126 | 113 |
| Binary | 10111100 | 11110110 | 10000110 | 11000 | 0 | 101110 | 100 | 1011011 | 1010110 | 1001011 |
Color Harmonies of #BCF686
Complementary color
Monochromatic Colors of #BCF686
Black with #BCF686
Text Example
Text Example
White with #BCF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF686; }
p { color: rgb(188,246,134); }
H1.HeaderClassName
{
color: #BCF686;
}
.AnyTagClassName
{
color: #BCF686;
}
</style>
background-color css
<style>
a { background-color: #BCF686; }
a { background-color: rgb(188,246,134); }
div.DivClassName
{
background-color: #BCF686;
}
.BgClassName
{
background-color: #BCF686;
}
</style>
border-color css
<style>
span { border-color: #BCF686; }
span { border-color: rgb(188,246,134); }
td.TdClassName
{
border-color: #BCF686;
}
.TagClassName
{
border-color: #BCF686;
}
</style>