Shades of Mint Tulip #BEECDB
Tints of Mint Tulip #BEECDB
RGB
CMYK
RGB Variations
Color information
#BEECDB (or 0xBEECDB) is known color: Mint Tulip. HEX triplet: BE, EC and DB. RGB value is (190,236,219). Sum of RGB (Red+Green+Blue) = 190+236+219=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECDB is #411324. Grayscale: #DCDCDC. Windows color (decimal): -4264741 or 14412990. OLE color: 14412990.
HSL color Cylindrical-coordinate representation of color #BEECDB: hue angle of 157.83º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECDB is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 219 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.07 |
| HSL | 157.83º | 0.55% | 0.84% | - |
| HSV(B) | 157.83º | 0.19% | 0.93% | - |
| XYZ | 64.02 | 76.05 | 78.32 | - |
| YUV | 220.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 219 | 0.19 | 0 | 0.07 | 0.07 | 157.83 | 0.55 | 0.84 |
| Hex | BE | EC | DB | 13 | 0 | 7 | 7 | 9E | 37 | 54 |
| Octal | 276 | 354 | 333 | 23 | 0 | 7 | 7 | 236 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11011011 | 10011 | 0 | 111 | 111 | 10011110 | 110111 | 1010100 |
Color Harmonies of #BEECDB
Complementary color
Monochromatic Colors of #BEECDB
Black with #BEECDB
Text Example
Text Example
White with #BEECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECDB; }
p { color: rgb(190,236,219); }
H1.HeaderClassName
{
color: #BEECDB;
}
.AnyTagClassName
{
color: #BEECDB;
}
</style>
background-color css
<style>
a { background-color: #BEECDB; }
a { background-color: rgb(190,236,219); }
div.DivClassName
{
background-color: #BEECDB;
}
.BgClassName
{
background-color: #BEECDB;
}
</style>
border-color css
<style>
span { border-color: #BEECDB; }
span { border-color: rgb(190,236,219); }
td.TdClassName
{
border-color: #BEECDB;
}
.TagClassName
{
border-color: #BEECDB;
}
</style>