Shades of Madang #BDE5AF
Tints of Madang #BDE5AF
RGB
CMYK
RGB Variations
Color information
#BDE5AF (or 0xBDE5AF) is known color: Madang. HEX triplet: BD, E5 and AF. RGB value is (189,229,175). Sum of RGB (Red+Green+Blue) = 189+229+175=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE5AF is #421A50. Grayscale: #D3D3D3. Windows color (decimal): -4332113 or 11527613. OLE color: 11527613.
HSL color Cylindrical-coordinate representation of color #BDE5AF: hue angle of 104.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDE5AF is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 175 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.10 |
| HSL | 104.44º | 0.51% | 0.79% | - |
| HSV(B) | 104.44º | 0.24% | 0.9% | - |
| XYZ | 56.74 | 69.95 | 51.07 | - |
| YUV | 210.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 175 | 0.17 | 0 | 0.24 | 0.10 | 104.44 | 0.51 | 0.79 |
| Hex | BD | E5 | AF | 11 | 0 | 18 | A | 68 | 33 | 4F |
| Octal | 275 | 345 | 257 | 21 | 0 | 30 | 12 | 150 | 63 | 117 |
| Binary | 10111101 | 11100101 | 10101111 | 10001 | 0 | 11000 | 1010 | 1101000 | 110011 | 1001111 |
Color Harmonies of #BDE5AF
Complementary color
Monochromatic Colors of #BDE5AF
Black with #BDE5AF
Text Example
Text Example
White with #BDE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5AF; }
p { color: rgb(189,229,175); }
H1.HeaderClassName
{
color: #BDE5AF;
}
.AnyTagClassName
{
color: #BDE5AF;
}
</style>
background-color css
<style>
a { background-color: #BDE5AF; }
a { background-color: rgb(189,229,175); }
div.DivClassName
{
background-color: #BDE5AF;
}
.BgClassName
{
background-color: #BDE5AF;
}
</style>
border-color css
<style>
span { border-color: #BDE5AF; }
span { border-color: rgb(189,229,175); }
td.TdClassName
{
border-color: #BDE5AF;
}
.TagClassName
{
border-color: #BDE5AF;
}
</style>