Shades of Madang #BEDFAA
Tints of Madang #BEDFAA
RGB
CMYK
RGB Variations
Color information
#BEDFAA (or 0xBEDFAA) is known color: Madang. HEX triplet: BE, DF and AA. RGB value is (190,223,170). Sum of RGB (Red+Green+Blue) = 190+223+170=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDFAA is #412055. Grayscale: #CFCFCF. Windows color (decimal): -4268118 or 11198398. OLE color: 11198398.
HSL color Cylindrical-coordinate representation of color #BEDFAA: hue angle of 97.36º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEDFAA is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 170 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.13 |
| HSL | 97.36º | 0.45% | 0.77% | - |
| HSV(B) | 97.36º | 0.24% | 0.87% | - |
| XYZ | 54.88 | 66.62 | 48 | - |
| YUV | 207.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 170 | 0.15 | 0 | 0.24 | 0.13 | 97.36 | 0.45 | 0.77 |
| Hex | BE | DF | AA | F | 0 | 18 | D | 61 | 2D | 4D |
| Octal | 276 | 337 | 252 | 17 | 0 | 30 | 15 | 141 | 55 | 115 |
| Binary | 10111110 | 11011111 | 10101010 | 1111 | 0 | 11000 | 1101 | 1100001 | 101101 | 1001101 |
Color Harmonies of #BEDFAA
Complementary color
Monochromatic Colors of #BEDFAA
Black with #BEDFAA
Text Example
Text Example
White with #BEDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFAA; }
p { color: rgb(190,223,170); }
H1.HeaderClassName
{
color: #BEDFAA;
}
.AnyTagClassName
{
color: #BEDFAA;
}
</style>
background-color css
<style>
a { background-color: #BEDFAA; }
a { background-color: rgb(190,223,170); }
div.DivClassName
{
background-color: #BEDFAA;
}
.BgClassName
{
background-color: #BEDFAA;
}
</style>
border-color css
<style>
span { border-color: #BEDFAA; }
span { border-color: rgb(190,223,170); }
td.TdClassName
{
border-color: #BEDFAA;
}
.TagClassName
{
border-color: #BEDFAA;
}
</style>