Shades of Sulu #BCF671
Tints of Sulu #BCF671
RGB
CMYK
RGB Variations
Color information
#BCF671 (or 0xBCF671) is known color: Sulu. HEX triplet: BC, F6 and 71. RGB value is (188,246,113). Sum of RGB (Red+Green+Blue) = 188+246+113=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF671 is #43098E. Grayscale: #D5D5D5. Windows color (decimal): -4393359 or 7468732. OLE color: 7468732.
HSL color Cylindrical-coordinate representation of color #BCF671: hue angle of 86.17º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCF671 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 113 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.04 |
| HSL | 86.17º | 0.88% | 0.7% | - |
| HSV(B) | 86.17º | 0.54% | 0.96% | - |
| XYZ | 56.68 | 77.8 | 27.65 | - |
| YUV | 213.5 | 71.28 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 113 | 0.24 | 0 | 0.54 | 0.04 | 86.17 | 0.88 | 0.7 |
| Hex | BC | F6 | 71 | 18 | 0 | 36 | 4 | 56 | 58 | 46 |
| Octal | 274 | 366 | 161 | 30 | 0 | 66 | 4 | 126 | 130 | 106 |
| Binary | 10111100 | 11110110 | 1110001 | 11000 | 0 | 110110 | 100 | 1010110 | 1011000 | 1000110 |
Color Harmonies of #BCF671
Complementary color
Monochromatic Colors of #BCF671
Black with #BCF671
Text Example
Text Example
White with #BCF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF671; }
p { color: rgb(188,246,113); }
H1.HeaderClassName
{
color: #BCF671;
}
.AnyTagClassName
{
color: #BCF671;
}
</style>
background-color css
<style>
a { background-color: #BCF671; }
a { background-color: rgb(188,246,113); }
div.DivClassName
{
background-color: #BCF671;
}
.BgClassName
{
background-color: #BCF671;
}
</style>
border-color css
<style>
span { border-color: #BCF671; }
span { border-color: rgb(188,246,113); }
td.TdClassName
{
border-color: #BCF671;
}
.TagClassName
{
border-color: #BCF671;
}
</style>