Shades of Mint Tulip #BDFCDF
Tints of Mint Tulip #BDFCDF
RGB
CMYK
RGB Variations
Color information
#BDFCDF (or 0xBDFCDF) is known color: Mint Tulip. HEX triplet: BD, FC and DF. RGB value is (189,252,223). Sum of RGB (Red+Green+Blue) = 189+252+223=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCDF is #420320. Grayscale: #E5E5E5. Windows color (decimal): -4326177 or 14679229. OLE color: 14679229.
HSL color Cylindrical-coordinate representation of color #BDFCDF: hue angle of 152.38º 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 #BDFCDF is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 223 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.01 |
| HSL | 152.38º | 0.91% | 0.86% | - |
| HSV(B) | 152.38º | 0.25% | 0.99% | - |
| XYZ | 69.12 | 85.77 | 82.72 | - |
| YUV | 229.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 223 | 0.25 | 0 | 0.12 | 0.01 | 152.38 | 0.91 | 0.86 |
| Hex | BD | FC | DF | 19 | 0 | C | 1 | 98 | 5B | 56 |
| Octal | 275 | 374 | 337 | 31 | 0 | 14 | 1 | 230 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11011111 | 11001 | 0 | 1100 | 1 | 10011000 | 1011011 | 1010110 |
Color Harmonies of #BDFCDF
Complementary color
Monochromatic Colors of #BDFCDF
Black with #BDFCDF
Text Example
Text Example
White with #BDFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCDF; }
p { color: rgb(189,252,223); }
H1.HeaderClassName
{
color: #BDFCDF;
}
.AnyTagClassName
{
color: #BDFCDF;
}
</style>
background-color css
<style>
a { background-color: #BDFCDF; }
a { background-color: rgb(189,252,223); }
div.DivClassName
{
background-color: #BDFCDF;
}
.BgClassName
{
background-color: #BDFCDF;
}
</style>
border-color css
<style>
span { border-color: #BDFCDF; }
span { border-color: rgb(189,252,223); }
td.TdClassName
{
border-color: #BDFCDF;
}
.TagClassName
{
border-color: #BDFCDF;
}
</style>