Shades of Mint Tulip #BDFDDF
Tints of Mint Tulip #BDFDDF
RGB
CMYK
RGB Variations
Color information
#BDFDDF (or 0xBDFDDF) is known color: Mint Tulip. HEX triplet: BD, FD and DF. RGB value is (189,253,223). Sum of RGB (Red+Green+Blue) = 189+253+223=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDDF is #420220. Grayscale: #E6E6E6. Windows color (decimal): -4325921 or 14679485. OLE color: 14679485.
HSL color Cylindrical-coordinate representation of color #BDFDDF: hue angle of 151.88º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDDF is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 223 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.01 |
| HSL | 151.88º | 0.94% | 0.87% | - |
| HSV(B) | 151.88º | 0.25% | 0.99% | - |
| XYZ | 69.43 | 86.4 | 82.83 | - |
| YUV | 230.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 223 | 0.25 | 0 | 0.12 | 0.01 | 151.88 | 0.94 | 0.87 |
| Hex | BD | FD | DF | 19 | 0 | C | 1 | 98 | 5E | 57 |
| Octal | 275 | 375 | 337 | 31 | 0 | 14 | 1 | 230 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11011111 | 11001 | 0 | 1100 | 1 | 10011000 | 1011110 | 1010111 |
Color Harmonies of #BDFDDF
Complementary color
Monochromatic Colors of #BDFDDF
Black with #BDFDDF
Text Example
Text Example
White with #BDFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDDF; }
p { color: rgb(189,253,223); }
H1.HeaderClassName
{
color: #BDFDDF;
}
.AnyTagClassName
{
color: #BDFDDF;
}
</style>
background-color css
<style>
a { background-color: #BDFDDF; }
a { background-color: rgb(189,253,223); }
div.DivClassName
{
background-color: #BDFDDF;
}
.BgClassName
{
background-color: #BDFDDF;
}
</style>
border-color css
<style>
span { border-color: #BDFDDF; }
span { border-color: rgb(189,253,223); }
td.TdClassName
{
border-color: #BDFDDF;
}
.TagClassName
{
border-color: #BDFDDF;
}
</style>