Shades of Mint Tulip #BDF3DC
Tints of Mint Tulip #BDF3DC
RGB
CMYK
RGB Variations
Color information
#BDF3DC (or 0xBDF3DC) is known color: Mint Tulip. HEX triplet: BD, F3 and DC. RGB value is (189,243,220). Sum of RGB (Red+Green+Blue) = 189+243+220=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3DC is #420C23. Grayscale: #E0E0E0. Windows color (decimal): -4328484 or 14480317. OLE color: 14480317.
HSL color Cylindrical-coordinate representation of color #BDF3DC: hue angle of 154.44º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3DC is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 220 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.05 |
| HSL | 154.44º | 0.69% | 0.85% | - |
| HSV(B) | 154.44º | 0.22% | 0.95% | - |
| XYZ | 65.96 | 80.09 | 79.69 | - |
| YUV | 224.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 220 | 0.22 | 0 | 0.09 | 0.05 | 154.44 | 0.69 | 0.85 |
| Hex | BD | F3 | DC | 16 | 0 | 9 | 5 | 9A | 45 | 55 |
| Octal | 275 | 363 | 334 | 26 | 0 | 11 | 5 | 232 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11011100 | 10110 | 0 | 1001 | 101 | 10011010 | 1000101 | 1010101 |
Color Harmonies of #BDF3DC
Complementary color
Monochromatic Colors of #BDF3DC
Black with #BDF3DC
Text Example
Text Example
White with #BDF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3DC; }
p { color: rgb(189,243,220); }
H1.HeaderClassName
{
color: #BDF3DC;
}
.AnyTagClassName
{
color: #BDF3DC;
}
</style>
background-color css
<style>
a { background-color: #BDF3DC; }
a { background-color: rgb(189,243,220); }
div.DivClassName
{
background-color: #BDF3DC;
}
.BgClassName
{
background-color: #BDF3DC;
}
</style>
border-color css
<style>
span { border-color: #BDF3DC; }
span { border-color: rgb(189,243,220); }
td.TdClassName
{
border-color: #BDF3DC;
}
.TagClassName
{
border-color: #BDF3DC;
}
</style>