Shades of Madang #BDE7B3
Tints of Madang #BDE7B3
RGB
CMYK
RGB Variations
Color information
#BDE7B3 (or 0xBDE7B3) is known color: Madang. HEX triplet: BD, E7 and B3. RGB value is (189,231,179). Sum of RGB (Red+Green+Blue) = 189+231+179=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7B3 is #42184C. Grayscale: #D4D4D4. Windows color (decimal): -4331597 or 11790269. OLE color: 11790269.
HSL color Cylindrical-coordinate representation of color #BDE7B3: hue angle of 108.46º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE7B3 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 179 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.09 |
| HSL | 108.46º | 0.52% | 0.8% | - |
| HSV(B) | 108.46º | 0.23% | 0.91% | - |
| XYZ | 57.7 | 71.23 | 53.35 | - |
| YUV | 212.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 179 | 0.18 | 0 | 0.23 | 0.09 | 108.46 | 0.52 | 0.8 |
| Hex | BD | E7 | B3 | 12 | 0 | 17 | 9 | 6C | 34 | 50 |
| Octal | 275 | 347 | 263 | 22 | 0 | 27 | 11 | 154 | 64 | 120 |
| Binary | 10111101 | 11100111 | 10110011 | 10010 | 0 | 10111 | 1001 | 1101100 | 110100 | 1010000 |
Color Harmonies of #BDE7B3
Complementary color
Monochromatic Colors of #BDE7B3
Black with #BDE7B3
Text Example
Text Example
White with #BDE7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7B3; }
p { color: rgb(189,231,179); }
H1.HeaderClassName
{
color: #BDE7B3;
}
.AnyTagClassName
{
color: #BDE7B3;
}
</style>
background-color css
<style>
a { background-color: #BDE7B3; }
a { background-color: rgb(189,231,179); }
div.DivClassName
{
background-color: #BDE7B3;
}
.BgClassName
{
background-color: #BDE7B3;
}
</style>
border-color css
<style>
span { border-color: #BDE7B3; }
span { border-color: rgb(189,231,179); }
td.TdClassName
{
border-color: #BDE7B3;
}
.TagClassName
{
border-color: #BDE7B3;
}
</style>