Shades of Mint Tulip #BCFCDF
Tints of Mint Tulip #BCFCDF
RGB
CMYK
RGB Variations
Color information
#BCFCDF (or 0xBCFCDF) is known color: Mint Tulip. HEX triplet: BC, FC and DF. RGB value is (188,252,223). Sum of RGB (Red+Green+Blue) = 188+252+223=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCDF is #430320. Grayscale: #E5E5E5. Windows color (decimal): -4391713 or 14679228. OLE color: 14679228.
HSL color Cylindrical-coordinate representation of color #BCFCDF: hue angle of 152.81º 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 #BCFCDF is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 223 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.01 |
| HSL | 152.81º | 0.91% | 0.86% | - |
| HSV(B) | 152.81º | 0.25% | 0.99% | - |
| XYZ | 68.87 | 85.64 | 82.71 | - |
| YUV | 229.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 223 | 0.25 | 0 | 0.12 | 0.01 | 152.81 | 0.91 | 0.86 |
| Hex | BC | FC | DF | 19 | 0 | C | 1 | 99 | 5B | 56 |
| Octal | 274 | 374 | 337 | 31 | 0 | 14 | 1 | 231 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11011111 | 11001 | 0 | 1100 | 1 | 10011001 | 1011011 | 1010110 |
Color Harmonies of #BCFCDF
Complementary color
Monochromatic Colors of #BCFCDF
Black with #BCFCDF
Text Example
Text Example
White with #BCFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCDF; }
p { color: rgb(188,252,223); }
H1.HeaderClassName
{
color: #BCFCDF;
}
.AnyTagClassName
{
color: #BCFCDF;
}
</style>
background-color css
<style>
a { background-color: #BCFCDF; }
a { background-color: rgb(188,252,223); }
div.DivClassName
{
background-color: #BCFCDF;
}
.BgClassName
{
background-color: #BCFCDF;
}
</style>
border-color css
<style>
span { border-color: #BCFCDF; }
span { border-color: rgb(188,252,223); }
td.TdClassName
{
border-color: #BCFCDF;
}
.TagClassName
{
border-color: #BCFCDF;
}
</style>