Shades of Mint Tulip #BCFDE1
Tints of Mint Tulip #BCFDE1
RGB
CMYK
RGB Variations
Color information
#BCFDE1 (or 0xBCFDE1) is known color: Mint Tulip. HEX triplet: BC, FD and E1. RGB value is (188,253,225). Sum of RGB (Red+Green+Blue) = 188+253+225=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDE1 is #43021E. Grayscale: #E6E6E6. Windows color (decimal): -4391455 or 14810556. OLE color: 14810556.
HSL color Cylindrical-coordinate representation of color #BCFDE1: hue angle of 154.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDE1 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 225 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.01 |
| HSL | 154.15º | 0.94% | 0.86% | - |
| HSV(B) | 154.15º | 0.26% | 0.99% | - |
| XYZ | 69.45 | 86.38 | 84.25 | - |
| YUV | 230.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 225 | 0.26 | 0 | 0.11 | 0.01 | 154.15 | 0.94 | 0.86 |
| Hex | BC | FD | E1 | 1A | 0 | B | 1 | 9A | 5E | 56 |
| Octal | 274 | 375 | 341 | 32 | 0 | 13 | 1 | 232 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11100001 | 11010 | 0 | 1011 | 1 | 10011010 | 1011110 | 1010110 |
Color Harmonies of #BCFDE1
Complementary color
Monochromatic Colors of #BCFDE1
Black with #BCFDE1
Text Example
Text Example
White with #BCFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDE1; }
p { color: rgb(188,253,225); }
H1.HeaderClassName
{
color: #BCFDE1;
}
.AnyTagClassName
{
color: #BCFDE1;
}
</style>
background-color css
<style>
a { background-color: #BCFDE1; }
a { background-color: rgb(188,253,225); }
div.DivClassName
{
background-color: #BCFDE1;
}
.BgClassName
{
background-color: #BCFDE1;
}
</style>
border-color css
<style>
span { border-color: #BCFDE1; }
span { border-color: rgb(188,253,225); }
td.TdClassName
{
border-color: #BCFDE1;
}
.TagClassName
{
border-color: #BCFDE1;
}
</style>