Shades of Madang #BDE6AF
Tints of Madang #BDE6AF
RGB
CMYK
RGB Variations
Color information
#BDE6AF (or 0xBDE6AF) is known color: Madang. HEX triplet: BD, E6 and AF. RGB value is (189,230,175). Sum of RGB (Red+Green+Blue) = 189+230+175=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE6AF is #421950. Grayscale: #D3D3D3. Windows color (decimal): -4331857 or 11527869. OLE color: 11527869.
HSL color Cylindrical-coordinate representation of color #BDE6AF: hue angle of 104.73º degrees, saturation: 0.52, 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 #BDE6AF is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 175 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.10 |
| HSL | 104.73º | 0.52% | 0.79% | - |
| HSV(B) | 104.73º | 0.24% | 0.9% | - |
| XYZ | 57.02 | 70.51 | 51.16 | - |
| YUV | 211.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 175 | 0.18 | 0 | 0.24 | 0.10 | 104.73 | 0.52 | 0.79 |
| Hex | BD | E6 | AF | 12 | 0 | 18 | A | 69 | 34 | 4F |
| Octal | 275 | 346 | 257 | 22 | 0 | 30 | 12 | 151 | 64 | 117 |
| Binary | 10111101 | 11100110 | 10101111 | 10010 | 0 | 11000 | 1010 | 1101001 | 110100 | 1001111 |
Color Harmonies of #BDE6AF
Complementary color
Monochromatic Colors of #BDE6AF
Black with #BDE6AF
Text Example
Text Example
White with #BDE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6AF; }
p { color: rgb(189,230,175); }
H1.HeaderClassName
{
color: #BDE6AF;
}
.AnyTagClassName
{
color: #BDE6AF;
}
</style>
background-color css
<style>
a { background-color: #BDE6AF; }
a { background-color: rgb(189,230,175); }
div.DivClassName
{
background-color: #BDE6AF;
}
.BgClassName
{
background-color: #BDE6AF;
}
</style>
border-color css
<style>
span { border-color: #BDE6AF; }
span { border-color: rgb(189,230,175); }
td.TdClassName
{
border-color: #BDE6AF;
}
.TagClassName
{
border-color: #BDE6AF;
}
</style>