Shades of Madang #BEDEAF
Tints of Madang #BEDEAF
RGB
CMYK
RGB Variations
Color information
#BEDEAF (or 0xBEDEAF) is known color: Madang. HEX triplet: BE, DE and AF. RGB value is (190,222,175). Sum of RGB (Red+Green+Blue) = 190+222+175=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDEAF is #412150. Grayscale: #CFCFCF. Windows color (decimal): -4268369 or 11525822. OLE color: 11525822.
HSL color Cylindrical-coordinate representation of color #BEDEAF: hue angle of 100.85º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDEAF is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 175 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.13 |
| HSL | 100.85º | 0.42% | 0.78% | - |
| HSV(B) | 100.85º | 0.21% | 0.87% | - |
| XYZ | 55.09 | 66.28 | 50.45 | - |
| YUV | 207.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 175 | 0.14 | 0 | 0.21 | 0.13 | 100.85 | 0.42 | 0.78 |
| Hex | BE | DE | AF | E | 0 | 15 | D | 65 | 2A | 4E |
| Octal | 276 | 336 | 257 | 16 | 0 | 25 | 15 | 145 | 52 | 116 |
| Binary | 10111110 | 11011110 | 10101111 | 1110 | 0 | 10101 | 1101 | 1100101 | 101010 | 1001110 |
Color Harmonies of #BEDEAF
Complementary color
Monochromatic Colors of #BEDEAF
Black with #BEDEAF
Text Example
Text Example
White with #BEDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDEAF; }
p { color: rgb(190,222,175); }
H1.HeaderClassName
{
color: #BEDEAF;
}
.AnyTagClassName
{
color: #BEDEAF;
}
</style>
background-color css
<style>
a { background-color: #BEDEAF; }
a { background-color: rgb(190,222,175); }
div.DivClassName
{
background-color: #BEDEAF;
}
.BgClassName
{
background-color: #BEDEAF;
}
</style>
border-color css
<style>
span { border-color: #BEDEAF; }
span { border-color: rgb(190,222,175); }
td.TdClassName
{
border-color: #BEDEAF;
}
.TagClassName
{
border-color: #BEDEAF;
}
</style>