Shades of Mint Tulip #BDFEDF
Tints of Mint Tulip #BDFEDF
RGB
CMYK
RGB Variations
Color information
#BDFEDF (or 0xBDFEDF) is known color: Mint Tulip. HEX triplet: BD, FE and DF. RGB value is (189,254,223). Sum of RGB (Red+Green+Blue) = 189+254+223=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEDF is #420120. Grayscale: #E7E7E7. Windows color (decimal): -4325665 or 14679741. OLE color: 14679741.
HSL color Cylindrical-coordinate representation of color #BDFEDF: hue angle of 151.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEDF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 223 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.00 |
| HSL | 151.38º | 0.97% | 0.87% | - |
| HSV(B) | 151.38º | 0.26% | 1% | - |
| XYZ | 69.75 | 87.03 | 82.93 | - |
| YUV | 231.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 223 | 0.26 | 0 | 0.12 | 0.00 | 151.38 | 0.97 | 0.87 |
| Hex | BD | FE | DF | 1A | 0 | C | 0 | 97 | 61 | 57 |
| Octal | 275 | 376 | 337 | 32 | 0 | 14 | 0 | 227 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11011111 | 11010 | 0 | 1100 | 0 | 10010111 | 1100001 | 1010111 |
Color Harmonies of #BDFEDF
Complementary color
Monochromatic Colors of #BDFEDF
Black with #BDFEDF
Text Example
Text Example
White with #BDFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEDF; }
p { color: rgb(189,254,223); }
H1.HeaderClassName
{
color: #BDFEDF;
}
.AnyTagClassName
{
color: #BDFEDF;
}
</style>
background-color css
<style>
a { background-color: #BDFEDF; }
a { background-color: rgb(189,254,223); }
div.DivClassName
{
background-color: #BDFEDF;
}
.BgClassName
{
background-color: #BDFEDF;
}
</style>
border-color css
<style>
span { border-color: #BDFEDF; }
span { border-color: rgb(189,254,223); }
td.TdClassName
{
border-color: #BDFEDF;
}
.TagClassName
{
border-color: #BDFEDF;
}
</style>