Shades of Mint Tulip #BDFCE1
Tints of Mint Tulip #BDFCE1
RGB
CMYK
RGB Variations
Color information
#BDFCE1 (or 0xBDFCE1) is known color: Mint Tulip. HEX triplet: BD, FC and E1. RGB value is (189,252,225). Sum of RGB (Red+Green+Blue) = 189+252+225=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCE1 is #42031E. Grayscale: #E6E6E6. Windows color (decimal): -4326175 or 14810301. OLE color: 14810301.
HSL color Cylindrical-coordinate representation of color #BDFCE1: hue angle of 154.29º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCE1 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 225 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.01 |
| HSL | 154.29º | 0.91% | 0.86% | - |
| HSV(B) | 154.29º | 0.25% | 0.99% | - |
| XYZ | 69.39 | 85.88 | 84.15 | - |
| YUV | 230.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 225 | 0.25 | 0 | 0.11 | 0.01 | 154.29 | 0.91 | 0.86 |
| Hex | BD | FC | E1 | 19 | 0 | B | 1 | 9A | 5B | 56 |
| Octal | 275 | 374 | 341 | 31 | 0 | 13 | 1 | 232 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11100001 | 11001 | 0 | 1011 | 1 | 10011010 | 1011011 | 1010110 |
Color Harmonies of #BDFCE1
Complementary color
Monochromatic Colors of #BDFCE1
Black with #BDFCE1
Text Example
Text Example
White with #BDFCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCE1; }
p { color: rgb(189,252,225); }
H1.HeaderClassName
{
color: #BDFCE1;
}
.AnyTagClassName
{
color: #BDFCE1;
}
</style>
background-color css
<style>
a { background-color: #BDFCE1; }
a { background-color: rgb(189,252,225); }
div.DivClassName
{
background-color: #BDFCE1;
}
.BgClassName
{
background-color: #BDFCE1;
}
</style>
border-color css
<style>
span { border-color: #BDFCE1; }
span { border-color: rgb(189,252,225); }
td.TdClassName
{
border-color: #BDFCE1;
}
.TagClassName
{
border-color: #BDFCE1;
}
</style>