Shades of Mint Tulip #BCF9DF
Tints of Mint Tulip #BCF9DF
RGB
CMYK
RGB Variations
Color information
#BCF9DF (or 0xBCF9DF) is known color: Mint Tulip. HEX triplet: BC, F9 and DF. RGB value is (188,249,223). Sum of RGB (Red+Green+Blue) = 188+249+223=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9DF is #430620. Grayscale: #E3E3E3. Windows color (decimal): -4392481 or 14678460. OLE color: 14678460.
HSL color Cylindrical-coordinate representation of color #BCF9DF: hue angle of 154.43º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9DF is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 223 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.02 |
| HSL | 154.43º | 0.84% | 0.86% | - |
| HSV(B) | 154.43º | 0.24% | 0.98% | - |
| XYZ | 67.93 | 83.77 | 82.4 | - |
| YUV | 227.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 223 | 0.24 | 0 | 0.10 | 0.02 | 154.43 | 0.84 | 0.86 |
| Hex | BC | F9 | DF | 18 | 0 | A | 2 | 9A | 54 | 56 |
| Octal | 274 | 371 | 337 | 30 | 0 | 12 | 2 | 232 | 124 | 126 |
| Binary | 10111100 | 11111001 | 11011111 | 11000 | 0 | 1010 | 10 | 10011010 | 1010100 | 1010110 |
Color Harmonies of #BCF9DF
Complementary color
Monochromatic Colors of #BCF9DF
Black with #BCF9DF
Text Example
Text Example
White with #BCF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF9DF; }
p { color: rgb(188,249,223); }
H1.HeaderClassName
{
color: #BCF9DF;
}
.AnyTagClassName
{
color: #BCF9DF;
}
</style>
background-color css
<style>
a { background-color: #BCF9DF; }
a { background-color: rgb(188,249,223); }
div.DivClassName
{
background-color: #BCF9DF;
}
.BgClassName
{
background-color: #BCF9DF;
}
</style>
border-color css
<style>
span { border-color: #BCF9DF; }
span { border-color: rgb(188,249,223); }
td.TdClassName
{
border-color: #BCF9DF;
}
.TagClassName
{
border-color: #BCF9DF;
}
</style>