Shades of Mint Tulip #BCFFE0
Tints of Mint Tulip #BCFFE0
RGB
CMYK
RGB Variations
Color information
#BCFFE0 (or 0xBCFFE0) is known color: Mint Tulip. HEX triplet: BC, FF and E0. RGB value is (188,255,224). Sum of RGB (Red+Green+Blue) = 188+255+224=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFE0 is #43001F. Grayscale: #E7E7E7. Windows color (decimal): -4390944 or 14745532. OLE color: 14745532.
HSL color Cylindrical-coordinate representation of color #BCFFE0: hue angle of 152.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFE0 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 224 | - |
| CMYK | 0.26 | 0 | 0.12 | 0 |
| HSL | 152.24º | 1% | 0.87% | - |
| HSV(B) | 152.24º | 0.26% | 1% | - |
| XYZ | 69.95 | 87.59 | 83.74 | - |
| YUV | 231.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 224 | 0.26 | 0 | 0.12 | 0 | 152.24 | 1 | 0.87 |
| Hex | BC | FF | E0 | 1A | 0 | C | 0 | 98 | 64 | 57 |
| Octal | 274 | 377 | 340 | 32 | 0 | 14 | 0 | 230 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11100000 | 11010 | 0 | 1100 | 0 | 10011000 | 1100100 | 1010111 |
Color Harmonies of #BCFFE0
Complementary color
Monochromatic Colors of #BCFFE0
Black with #BCFFE0
Text Example
Text Example
White with #BCFFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFE0; }
p { color: rgb(188,255,224); }
H1.HeaderClassName
{
color: #BCFFE0;
}
.AnyTagClassName
{
color: #BCFFE0;
}
</style>
background-color css
<style>
a { background-color: #BCFFE0; }
a { background-color: rgb(188,255,224); }
div.DivClassName
{
background-color: #BCFFE0;
}
.BgClassName
{
background-color: #BCFFE0;
}
</style>
border-color css
<style>
span { border-color: #BCFFE0; }
span { border-color: rgb(188,255,224); }
td.TdClassName
{
border-color: #BCFFE0;
}
.TagClassName
{
border-color: #BCFFE0;
}
</style>