Shades of Madang #BDE69F
Tints of Madang #BDE69F
RGB
CMYK
RGB Variations
Color information
#BDE69F (or 0xBDE69F) is known color: Madang. HEX triplet: BD, E6 and 9F. RGB value is (189,230,159). Sum of RGB (Red+Green+Blue) = 189+230+159=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE69F is #421960. Grayscale: #D1D1D1. Windows color (decimal): -4331873 or 10479293. OLE color: 10479293.
HSL color Cylindrical-coordinate representation of color #BDE69F: hue angle of 94.65º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDE69F is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 159 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.10 |
| HSL | 94.65º | 0.59% | 0.76% | - |
| HSV(B) | 94.65º | 0.31% | 0.9% | - |
| XYZ | 55.54 | 69.92 | 43.37 | - |
| YUV | 209.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 159 | 0.18 | 0 | 0.31 | 0.10 | 94.65 | 0.59 | 0.76 |
| Hex | BD | E6 | 9F | 12 | 0 | 1F | A | 5F | 3B | 4C |
| Octal | 275 | 346 | 237 | 22 | 0 | 37 | 12 | 137 | 73 | 114 |
| Binary | 10111101 | 11100110 | 10011111 | 10010 | 0 | 11111 | 1010 | 1011111 | 111011 | 1001100 |
Color Harmonies of #BDE69F
Complementary color
Monochromatic Colors of #BDE69F
Black with #BDE69F
Text Example
Text Example
White with #BDE69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE69F; }
p { color: rgb(189,230,159); }
H1.HeaderClassName
{
color: #BDE69F;
}
.AnyTagClassName
{
color: #BDE69F;
}
</style>
background-color css
<style>
a { background-color: #BDE69F; }
a { background-color: rgb(189,230,159); }
div.DivClassName
{
background-color: #BDE69F;
}
.BgClassName
{
background-color: #BDE69F;
}
</style>
border-color css
<style>
span { border-color: #BDE69F; }
span { border-color: rgb(189,230,159); }
td.TdClassName
{
border-color: #BDE69F;
}
.TagClassName
{
border-color: #BDE69F;
}
</style>