Shades of Mint Tulip #BEEADC
Tints of Mint Tulip #BEEADC
RGB
CMYK
RGB Variations
Color information
#BEEADC (or 0xBEEADC) is known color: Mint Tulip. HEX triplet: BE, EA and DC. RGB value is (190,234,220). Sum of RGB (Red+Green+Blue) = 190+234+220=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEADC is #411523. Grayscale: #DBDBDB. Windows color (decimal): -4265252 or 14478014. OLE color: 14478014.
HSL color Cylindrical-coordinate representation of color #BEEADC: hue angle of 160.91º degrees, saturation: 0.51, 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 #BEEADC is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 220 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.08 |
| HSL | 160.91º | 0.51% | 0.83% | - |
| HSV(B) | 160.91º | 0.19% | 0.92% | - |
| XYZ | 63.58 | 74.96 | 78.83 | - |
| YUV | 219.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 220 | 0.19 | 0 | 0.06 | 0.08 | 160.91 | 0.51 | 0.83 |
| Hex | BE | EA | DC | 13 | 0 | 6 | 8 | A1 | 33 | 53 |
| Octal | 276 | 352 | 334 | 23 | 0 | 6 | 10 | 241 | 63 | 123 |
| Binary | 10111110 | 11101010 | 11011100 | 10011 | 0 | 110 | 1000 | 10100001 | 110011 | 1010011 |
Color Harmonies of #BEEADC
Complementary color
Monochromatic Colors of #BEEADC
Black with #BEEADC
Text Example
Text Example
White with #BEEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEADC; }
p { color: rgb(190,234,220); }
H1.HeaderClassName
{
color: #BEEADC;
}
.AnyTagClassName
{
color: #BEEADC;
}
</style>
background-color css
<style>
a { background-color: #BEEADC; }
a { background-color: rgb(190,234,220); }
div.DivClassName
{
background-color: #BEEADC;
}
.BgClassName
{
background-color: #BEEADC;
}
</style>
border-color css
<style>
span { border-color: #BEEADC; }
span { border-color: rgb(190,234,220); }
td.TdClassName
{
border-color: #BEEADC;
}
.TagClassName
{
border-color: #BEEADC;
}
</style>