Shades of Mint Tulip #BCF6DF
Tints of Mint Tulip #BCF6DF
RGB
CMYK
RGB Variations
Color information
#BCF6DF (or 0xBCF6DF) is known color: Mint Tulip. HEX triplet: BC, F6 and DF. RGB value is (188,246,223). Sum of RGB (Red+Green+Blue) = 188+246+223=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6DF is #430920. Grayscale: #E2E2E2. Windows color (decimal): -4393249 or 14677692. OLE color: 14677692.
HSL color Cylindrical-coordinate representation of color #BCF6DF: hue angle of 156.21º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6DF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 223 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.04 |
| HSL | 156.21º | 0.76% | 0.85% | - |
| HSV(B) | 156.21º | 0.24% | 0.96% | - |
| XYZ | 67.01 | 81.93 | 82.09 | - |
| YUV | 226.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 223 | 0.24 | 0 | 0.09 | 0.04 | 156.21 | 0.76 | 0.85 |
| Hex | BC | F6 | DF | 18 | 0 | 9 | 4 | 9C | 4C | 55 |
| Octal | 274 | 366 | 337 | 30 | 0 | 11 | 4 | 234 | 114 | 125 |
| Binary | 10111100 | 11110110 | 11011111 | 11000 | 0 | 1001 | 100 | 10011100 | 1001100 | 1010101 |
Color Harmonies of #BCF6DF
Complementary color
Monochromatic Colors of #BCF6DF
Black with #BCF6DF
Text Example
Text Example
White with #BCF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6DF; }
p { color: rgb(188,246,223); }
H1.HeaderClassName
{
color: #BCF6DF;
}
.AnyTagClassName
{
color: #BCF6DF;
}
</style>
background-color css
<style>
a { background-color: #BCF6DF; }
a { background-color: rgb(188,246,223); }
div.DivClassName
{
background-color: #BCF6DF;
}
.BgClassName
{
background-color: #BCF6DF;
}
</style>
border-color css
<style>
span { border-color: #BCF6DF; }
span { border-color: rgb(188,246,223); }
td.TdClassName
{
border-color: #BCF6DF;
}
.TagClassName
{
border-color: #BCF6DF;
}
</style>