Shades of Sulu #BCF86D
Tints of Sulu #BCF86D
RGB
CMYK
RGB Variations
Color information
#BCF86D (or 0xBCF86D) is known color: Sulu. HEX triplet: BC, F8 and 6D. RGB value is (188,248,109). Sum of RGB (Red+Green+Blue) = 188+248+109=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF86D is #430792. Grayscale: #D6D6D6. Windows color (decimal): -4392851 or 7207100. OLE color: 7207100.
HSL color Cylindrical-coordinate representation of color #BCF86D: hue angle of 85.9º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF86D is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 109 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.03 |
| HSL | 85.9º | 0.91% | 0.7% | - |
| HSV(B) | 85.9º | 0.56% | 0.97% | - |
| XYZ | 57.07 | 78.93 | 26.7 | - |
| YUV | 214.21 | 68.62 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 109 | 0.24 | 0 | 0.56 | 0.03 | 85.9 | 0.91 | 0.7 |
| Hex | BC | F8 | 6D | 18 | 0 | 38 | 3 | 56 | 5B | 46 |
| Octal | 274 | 370 | 155 | 30 | 0 | 70 | 3 | 126 | 133 | 106 |
| Binary | 10111100 | 11111000 | 1101101 | 11000 | 0 | 111000 | 11 | 1010110 | 1011011 | 1000110 |
Color Harmonies of #BCF86D
Complementary color
Monochromatic Colors of #BCF86D
Black with #BCF86D
Text Example
Text Example
White with #BCF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF86D; }
p { color: rgb(188,248,109); }
H1.HeaderClassName
{
color: #BCF86D;
}
.AnyTagClassName
{
color: #BCF86D;
}
</style>
background-color css
<style>
a { background-color: #BCF86D; }
a { background-color: rgb(188,248,109); }
div.DivClassName
{
background-color: #BCF86D;
}
.BgClassName
{
background-color: #BCF86D;
}
</style>
border-color css
<style>
span { border-color: #BCF86D; }
span { border-color: rgb(188,248,109); }
td.TdClassName
{
border-color: #BCF86D;
}
.TagClassName
{
border-color: #BCF86D;
}
</style>