Shades of Madang #BEEAAE
Tints of Madang #BEEAAE
RGB
CMYK
RGB Variations
Color information
#BEEAAE (or 0xBEEAAE) is known color: Madang. HEX triplet: BE, EA and AE. RGB value is (190,234,174). Sum of RGB (Red+Green+Blue) = 190+234+174=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEAAE is #411551. Grayscale: #D6D6D6. Windows color (decimal): -4265298 or 11463358. OLE color: 11463358.
HSL color Cylindrical-coordinate representation of color #BEEAAE: hue angle of 104º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEEAAE is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 174 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.08 |
| HSL | 104º | 0.59% | 0.8% | - |
| HSV(B) | 104º | 0.26% | 0.92% | - |
| XYZ | 58.3 | 72.85 | 51.03 | - |
| YUV | 214 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 174 | 0.19 | 0 | 0.26 | 0.08 | 104 | 0.59 | 0.8 |
| Hex | BE | EA | AE | 13 | 0 | 1A | 8 | 68 | 3B | 50 |
| Octal | 276 | 352 | 256 | 23 | 0 | 32 | 10 | 150 | 73 | 120 |
| Binary | 10111110 | 11101010 | 10101110 | 10011 | 0 | 11010 | 1000 | 1101000 | 111011 | 1010000 |
Color Harmonies of #BEEAAE
Complementary color
Monochromatic Colors of #BEEAAE
Black with #BEEAAE
Text Example
Text Example
White with #BEEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAAE; }
p { color: rgb(190,234,174); }
H1.HeaderClassName
{
color: #BEEAAE;
}
.AnyTagClassName
{
color: #BEEAAE;
}
</style>
background-color css
<style>
a { background-color: #BEEAAE; }
a { background-color: rgb(190,234,174); }
div.DivClassName
{
background-color: #BEEAAE;
}
.BgClassName
{
background-color: #BEEAAE;
}
</style>
border-color css
<style>
span { border-color: #BEEAAE; }
span { border-color: rgb(190,234,174); }
td.TdClassName
{
border-color: #BEEAAE;
}
.TagClassName
{
border-color: #BEEAAE;
}
</style>