Shades of Mint Tulip #BCFDE2
Tints of Mint Tulip #BCFDE2
RGB
CMYK
RGB Variations
Color information
#BCFDE2 (or 0xBCFDE2) is known color: Mint Tulip. HEX triplet: BC, FD and E2. RGB value is (188,253,226). Sum of RGB (Red+Green+Blue) = 188+253+226=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDE2 is #43021D. Grayscale: #E6E6E6. Windows color (decimal): -4391454 or 14876092. OLE color: 14876092.
HSL color Cylindrical-coordinate representation of color #BCFDE2: hue angle of 155.08º 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 #BCFDE2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 226 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.01 |
| HSL | 155.08º | 0.94% | 0.86% | - |
| HSV(B) | 155.08º | 0.26% | 0.99% | - |
| XYZ | 69.59 | 86.43 | 84.97 | - |
| YUV | 230.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 226 | 0.26 | 0 | 0.11 | 0.01 | 155.08 | 0.94 | 0.86 |
| Hex | BC | FD | E2 | 1A | 0 | B | 1 | 9B | 5E | 56 |
| Octal | 274 | 375 | 342 | 32 | 0 | 13 | 1 | 233 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11100010 | 11010 | 0 | 1011 | 1 | 10011011 | 1011110 | 1010110 |
Color Harmonies of #BCFDE2
Complementary color
Monochromatic Colors of #BCFDE2
Black with #BCFDE2
Text Example
Text Example
White with #BCFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDE2; }
p { color: rgb(188,253,226); }
H1.HeaderClassName
{
color: #BCFDE2;
}
.AnyTagClassName
{
color: #BCFDE2;
}
</style>
background-color css
<style>
a { background-color: #BCFDE2; }
a { background-color: rgb(188,253,226); }
div.DivClassName
{
background-color: #BCFDE2;
}
.BgClassName
{
background-color: #BCFDE2;
}
</style>
border-color css
<style>
span { border-color: #BCFDE2; }
span { border-color: rgb(188,253,226); }
td.TdClassName
{
border-color: #BCFDE2;
}
.TagClassName
{
border-color: #BCFDE2;
}
</style>