Shades of Mint Tulip #BEEBDB
Tints of Mint Tulip #BEEBDB
RGB
CMYK
RGB Variations
Color information
#BEEBDB (or 0xBEEBDB) is known color: Mint Tulip. HEX triplet: BE, EB and DB. RGB value is (190,235,219). Sum of RGB (Red+Green+Blue) = 190+235+219=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBDB is #411424. Grayscale: #DBDBDB. Windows color (decimal): -4264997 or 14412734. OLE color: 14412734.
HSL color Cylindrical-coordinate representation of color #BEEBDB: hue angle of 158.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBDB is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 219 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.08 |
| HSL | 158.67º | 0.53% | 0.83% | - |
| HSV(B) | 158.67º | 0.19% | 0.92% | - |
| XYZ | 63.73 | 75.48 | 78.23 | - |
| YUV | 219.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 219 | 0.19 | 0 | 0.07 | 0.08 | 158.67 | 0.53 | 0.83 |
| Hex | BE | EB | DB | 13 | 0 | 7 | 8 | 9F | 35 | 53 |
| Octal | 276 | 353 | 333 | 23 | 0 | 7 | 10 | 237 | 65 | 123 |
| Binary | 10111110 | 11101011 | 11011011 | 10011 | 0 | 111 | 1000 | 10011111 | 110101 | 1010011 |
Color Harmonies of #BEEBDB
Complementary color
Monochromatic Colors of #BEEBDB
Black with #BEEBDB
Text Example
Text Example
White with #BEEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBDB; }
p { color: rgb(190,235,219); }
H1.HeaderClassName
{
color: #BEEBDB;
}
.AnyTagClassName
{
color: #BEEBDB;
}
</style>
background-color css
<style>
a { background-color: #BEEBDB; }
a { background-color: rgb(190,235,219); }
div.DivClassName
{
background-color: #BEEBDB;
}
.BgClassName
{
background-color: #BEEBDB;
}
</style>
border-color css
<style>
span { border-color: #BEEBDB; }
span { border-color: rgb(190,235,219); }
td.TdClassName
{
border-color: #BEEBDB;
}
.TagClassName
{
border-color: #BEEBDB;
}
</style>