Shades of Mint Tulip #BFF3DC
Tints of Mint Tulip #BFF3DC
RGB
CMYK
RGB Variations
Color information
#BFF3DC (or 0xBFF3DC) is known color: Mint Tulip. HEX triplet: BF, F3 and DC. RGB value is (191,243,220). Sum of RGB (Red+Green+Blue) = 191+243+220=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3DC is #400C23. Grayscale: #E0E0E0. Windows color (decimal): -4197412 or 14480319. OLE color: 14480319.
HSL color Cylindrical-coordinate representation of color #BFF3DC: hue angle of 153.46º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3DC is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 220 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.05 |
| HSL | 153.46º | 0.68% | 0.85% | - |
| HSV(B) | 153.46º | 0.21% | 0.95% | - |
| XYZ | 66.45 | 80.34 | 79.72 | - |
| YUV | 224.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 220 | 0.21 | 0 | 0.09 | 0.05 | 153.46 | 0.68 | 0.85 |
| Hex | BF | F3 | DC | 15 | 0 | 9 | 5 | 99 | 44 | 55 |
| Octal | 277 | 363 | 334 | 25 | 0 | 11 | 5 | 231 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11011100 | 10101 | 0 | 1001 | 101 | 10011001 | 1000100 | 1010101 |
Color Harmonies of #BFF3DC
Complementary color
Monochromatic Colors of #BFF3DC
Black with #BFF3DC
Text Example
Text Example
White with #BFF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3DC; }
p { color: rgb(191,243,220); }
H1.HeaderClassName
{
color: #BFF3DC;
}
.AnyTagClassName
{
color: #BFF3DC;
}
</style>
background-color css
<style>
a { background-color: #BFF3DC; }
a { background-color: rgb(191,243,220); }
div.DivClassName
{
background-color: #BFF3DC;
}
.BgClassName
{
background-color: #BFF3DC;
}
</style>
border-color css
<style>
span { border-color: #BFF3DC; }
span { border-color: rgb(191,243,220); }
td.TdClassName
{
border-color: #BFF3DC;
}
.TagClassName
{
border-color: #BFF3DC;
}
</style>