Shades of Madang #BEE8AF
Tints of Madang #BEE8AF
RGB
CMYK
RGB Variations
Color information
#BEE8AF (or 0xBEE8AF) is known color: Madang. HEX triplet: BE, E8 and AF. RGB value is (190,232,175). Sum of RGB (Red+Green+Blue) = 190+232+175=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE8AF is #411750. Grayscale: #D5D5D5. Windows color (decimal): -4265809 or 11528382. OLE color: 11528382.
HSL color Cylindrical-coordinate representation of color #BEE8AF: hue angle of 104.21º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEE8AF is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 175 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.09 |
| HSL | 104.21º | 0.55% | 0.8% | - |
| HSV(B) | 104.21º | 0.25% | 0.91% | - |
| XYZ | 57.83 | 71.76 | 51.36 | - |
| YUV | 212.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 175 | 0.18 | 0 | 0.25 | 0.09 | 104.21 | 0.55 | 0.8 |
| Hex | BE | E8 | AF | 12 | 0 | 19 | 9 | 68 | 37 | 50 |
| Octal | 276 | 350 | 257 | 22 | 0 | 31 | 11 | 150 | 67 | 120 |
| Binary | 10111110 | 11101000 | 10101111 | 10010 | 0 | 11001 | 1001 | 1101000 | 110111 | 1010000 |
Color Harmonies of #BEE8AF
Complementary color
Monochromatic Colors of #BEE8AF
Black with #BEE8AF
Text Example
Text Example
White with #BEE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8AF; }
p { color: rgb(190,232,175); }
H1.HeaderClassName
{
color: #BEE8AF;
}
.AnyTagClassName
{
color: #BEE8AF;
}
</style>
background-color css
<style>
a { background-color: #BEE8AF; }
a { background-color: rgb(190,232,175); }
div.DivClassName
{
background-color: #BEE8AF;
}
.BgClassName
{
background-color: #BEE8AF;
}
</style>
border-color css
<style>
span { border-color: #BEE8AF; }
span { border-color: rgb(190,232,175); }
td.TdClassName
{
border-color: #BEE8AF;
}
.TagClassName
{
border-color: #BEE8AF;
}
</style>