Shades of Mint Tulip #BCF1DC
Tints of Mint Tulip #BCF1DC
RGB
CMYK
RGB Variations
Color information
#BCF1DC (or 0xBCF1DC) is known color: Mint Tulip. HEX triplet: BC, F1 and DC. RGB value is (188,241,220). Sum of RGB (Red+Green+Blue) = 188+241+220=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1DC is #430E23. Grayscale: #DEDEDE. Windows color (decimal): -4394532 or 14479804. OLE color: 14479804.
HSL color Cylindrical-coordinate representation of color #BCF1DC: hue angle of 156.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1DC is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 220 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.05 |
| HSL | 156.23º | 0.65% | 0.84% | - |
| HSV(B) | 156.23º | 0.22% | 0.95% | - |
| XYZ | 65.11 | 78.77 | 79.48 | - |
| YUV | 222.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 220 | 0.22 | 0 | 0.09 | 0.05 | 156.23 | 0.65 | 0.84 |
| Hex | BC | F1 | DC | 16 | 0 | 9 | 5 | 9C | 41 | 54 |
| Octal | 274 | 361 | 334 | 26 | 0 | 11 | 5 | 234 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11011100 | 10110 | 0 | 1001 | 101 | 10011100 | 1000001 | 1010100 |
Color Harmonies of #BCF1DC
Complementary color
Monochromatic Colors of #BCF1DC
Black with #BCF1DC
Text Example
Text Example
White with #BCF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1DC; }
p { color: rgb(188,241,220); }
H1.HeaderClassName
{
color: #BCF1DC;
}
.AnyTagClassName
{
color: #BCF1DC;
}
</style>
background-color css
<style>
a { background-color: #BCF1DC; }
a { background-color: rgb(188,241,220); }
div.DivClassName
{
background-color: #BCF1DC;
}
.BgClassName
{
background-color: #BCF1DC;
}
</style>
border-color css
<style>
span { border-color: #BCF1DC; }
span { border-color: rgb(188,241,220); }
td.TdClassName
{
border-color: #BCF1DC;
}
.TagClassName
{
border-color: #BCF1DC;
}
</style>