Shades of Mint Tulip #BCEEDB
Tints of Mint Tulip #BCEEDB
RGB
CMYK
RGB Variations
Color information
#BCEEDB (or 0xBCEEDB) is known color: Mint Tulip. HEX triplet: BC, EE and DB. RGB value is (188,238,219). Sum of RGB (Red+Green+Blue) = 188+238+219=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEDB is #431124. Grayscale: #DCDCDC. Windows color (decimal): -4395301 or 14413500. OLE color: 14413500.
HSL color Cylindrical-coordinate representation of color #BCEEDB: hue angle of 157.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEDB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 219 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.07 |
| HSL | 157.2º | 0.6% | 0.84% | - |
| HSV(B) | 157.2º | 0.21% | 0.93% | - |
| XYZ | 64.1 | 76.95 | 78.49 | - |
| YUV | 220.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 219 | 0.21 | 0 | 0.08 | 0.07 | 157.2 | 0.6 | 0.84 |
| Hex | BC | EE | DB | 15 | 0 | 8 | 7 | 9D | 3C | 54 |
| Octal | 274 | 356 | 333 | 25 | 0 | 10 | 7 | 235 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11011011 | 10101 | 0 | 1000 | 111 | 10011101 | 111100 | 1010100 |
Color Harmonies of #BCEEDB
Complementary color
Monochromatic Colors of #BCEEDB
Black with #BCEEDB
Text Example
Text Example
White with #BCEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEDB; }
p { color: rgb(188,238,219); }
H1.HeaderClassName
{
color: #BCEEDB;
}
.AnyTagClassName
{
color: #BCEEDB;
}
</style>
background-color css
<style>
a { background-color: #BCEEDB; }
a { background-color: rgb(188,238,219); }
div.DivClassName
{
background-color: #BCEEDB;
}
.BgClassName
{
background-color: #BCEEDB;
}
</style>
border-color css
<style>
span { border-color: #BCEEDB; }
span { border-color: rgb(188,238,219); }
td.TdClassName
{
border-color: #BCEEDB;
}
.TagClassName
{
border-color: #BCEEDB;
}
</style>