Shades of Madang #BDEDAF
Tints of Madang #BDEDAF
RGB
CMYK
RGB Variations
Color information
#BDEDAF (or 0xBDEDAF) is known color: Madang. HEX triplet: BD, ED and AF. RGB value is (189,237,175). Sum of RGB (Red+Green+Blue) = 189+237+175=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDAF is #421250. Grayscale: #D7D7D7. Windows color (decimal): -4330065 or 11529661. OLE color: 11529661.
HSL color Cylindrical-coordinate representation of color #BDEDAF: hue angle of 106.45º 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 #BDEDAF is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 175 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.07 |
| HSL | 106.45º | 0.63% | 0.81% | - |
| HSV(B) | 106.45º | 0.26% | 0.93% | - |
| XYZ | 59.01 | 74.48 | 51.82 | - |
| YUV | 215.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 175 | 0.20 | 0 | 0.26 | 0.07 | 106.45 | 0.63 | 0.81 |
| Hex | BD | ED | AF | 14 | 0 | 1A | 7 | 6A | 3F | 51 |
| Octal | 275 | 355 | 257 | 24 | 0 | 32 | 7 | 152 | 77 | 121 |
| Binary | 10111101 | 11101101 | 10101111 | 10100 | 0 | 11010 | 111 | 1101010 | 111111 | 1010001 |
Color Harmonies of #BDEDAF
Complementary color
Monochromatic Colors of #BDEDAF
Black with #BDEDAF
Text Example
Text Example
White with #BDEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDAF; }
p { color: rgb(189,237,175); }
H1.HeaderClassName
{
color: #BDEDAF;
}
.AnyTagClassName
{
color: #BDEDAF;
}
</style>
background-color css
<style>
a { background-color: #BDEDAF; }
a { background-color: rgb(189,237,175); }
div.DivClassName
{
background-color: #BDEDAF;
}
.BgClassName
{
background-color: #BDEDAF;
}
</style>
border-color css
<style>
span { border-color: #BDEDAF; }
span { border-color: rgb(189,237,175); }
td.TdClassName
{
border-color: #BDEDAF;
}
.TagClassName
{
border-color: #BDEDAF;
}
</style>