Shades of Madang #BEEDAF
Tints of Madang #BEEDAF
RGB
CMYK
RGB Variations
Color information
#BEEDAF (or 0xBEEDAF) is known color: Madang. HEX triplet: BE, ED and AF. RGB value is (190,237,175). Sum of RGB (Red+Green+Blue) = 190+237+175=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEDAF is #411250. Grayscale: #D8D8D8. Windows color (decimal): -4264529 or 11529662. OLE color: 11529662.
HSL color Cylindrical-coordinate representation of color #BEEDAF: hue angle of 105.48º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEEDAF is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 175 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.07 |
| HSL | 105.48º | 0.63% | 0.81% | - |
| HSV(B) | 105.48º | 0.26% | 0.93% | - |
| XYZ | 59.26 | 74.61 | 51.84 | - |
| YUV | 215.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 175 | 0.20 | 0 | 0.26 | 0.07 | 105.48 | 0.63 | 0.81 |
| Hex | BE | ED | AF | 14 | 0 | 1A | 7 | 69 | 3F | 51 |
| Octal | 276 | 355 | 257 | 24 | 0 | 32 | 7 | 151 | 77 | 121 |
| Binary | 10111110 | 11101101 | 10101111 | 10100 | 0 | 11010 | 111 | 1101001 | 111111 | 1010001 |
Color Harmonies of #BEEDAF
Complementary color
Monochromatic Colors of #BEEDAF
Black with #BEEDAF
Text Example
Text Example
White with #BEEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDAF; }
p { color: rgb(190,237,175); }
H1.HeaderClassName
{
color: #BEEDAF;
}
.AnyTagClassName
{
color: #BEEDAF;
}
</style>
background-color css
<style>
a { background-color: #BEEDAF; }
a { background-color: rgb(190,237,175); }
div.DivClassName
{
background-color: #BEEDAF;
}
.BgClassName
{
background-color: #BEEDAF;
}
</style>
border-color css
<style>
span { border-color: #BEEDAF; }
span { border-color: rgb(190,237,175); }
td.TdClassName
{
border-color: #BEEDAF;
}
.TagClassName
{
border-color: #BEEDAF;
}
</style>