Shades of Madang #BDE7B7
Tints of Madang #BDE7B7
RGB
CMYK
RGB Variations
Color information
#BDE7B7 (or 0xBDE7B7) is known color: Madang. HEX triplet: BD, E7 and B7. RGB value is (189,231,183). Sum of RGB (Red+Green+Blue) = 189+231+183=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7B7 is #421848. Grayscale: #D5D5D5. Windows color (decimal): -4331593 or 12052413. OLE color: 12052413.
HSL color Cylindrical-coordinate representation of color #BDE7B7: hue angle of 112.5º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE7B7 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 183 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.09 |
| HSL | 112.5º | 0.5% | 0.81% | - |
| HSV(B) | 112.5º | 0.21% | 0.91% | - |
| XYZ | 58.11 | 71.39 | 55.52 | - |
| YUV | 212.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 183 | 0.18 | 0 | 0.21 | 0.09 | 112.5 | 0.5 | 0.81 |
| Hex | BD | E7 | B7 | 12 | 0 | 15 | 9 | 70 | 32 | 51 |
| Octal | 275 | 347 | 267 | 22 | 0 | 25 | 11 | 160 | 62 | 121 |
| Binary | 10111101 | 11100111 | 10110111 | 10010 | 0 | 10101 | 1001 | 1110000 | 110010 | 1010001 |
Color Harmonies of #BDE7B7
Complementary color
Monochromatic Colors of #BDE7B7
Black with #BDE7B7
Text Example
Text Example
White with #BDE7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7B7; }
p { color: rgb(189,231,183); }
H1.HeaderClassName
{
color: #BDE7B7;
}
.AnyTagClassName
{
color: #BDE7B7;
}
</style>
background-color css
<style>
a { background-color: #BDE7B7; }
a { background-color: rgb(189,231,183); }
div.DivClassName
{
background-color: #BDE7B7;
}
.BgClassName
{
background-color: #BDE7B7;
}
</style>
border-color css
<style>
span { border-color: #BDE7B7; }
span { border-color: rgb(189,231,183); }
td.TdClassName
{
border-color: #BDE7B7;
}
.TagClassName
{
border-color: #BDE7B7;
}
</style>