Shades of Madang #BDF7B3
Tints of Madang #BDF7B3
RGB
CMYK
RGB Variations
Color information
#BDF7B3 (or 0xBDF7B3) is known color: Madang. HEX triplet: BD, F7 and B3. RGB value is (189,247,179). Sum of RGB (Red+Green+Blue) = 189+247+179=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7B3 is #42084C. Grayscale: #DEDEDE. Windows color (decimal): -4327501 or 11794365. OLE color: 11794365.
HSL color Cylindrical-coordinate representation of color #BDF7B3: hue angle of 111.18º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDF7B3 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 179 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.03 |
| HSL | 111.18º | 0.81% | 0.84% | - |
| HSV(B) | 111.18º | 0.28% | 0.97% | - |
| XYZ | 62.38 | 80.6 | 54.92 | - |
| YUV | 221.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 179 | 0.23 | 0 | 0.28 | 0.03 | 111.18 | 0.81 | 0.84 |
| Hex | BD | F7 | B3 | 17 | 0 | 1C | 3 | 6F | 51 | 54 |
| Octal | 275 | 367 | 263 | 27 | 0 | 34 | 3 | 157 | 121 | 124 |
| Binary | 10111101 | 11110111 | 10110011 | 10111 | 0 | 11100 | 11 | 1101111 | 1010001 | 1010100 |
Color Harmonies of #BDF7B3
Complementary color
Monochromatic Colors of #BDF7B3
Black with #BDF7B3
Text Example
Text Example
White with #BDF7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7B3; }
p { color: rgb(189,247,179); }
H1.HeaderClassName
{
color: #BDF7B3;
}
.AnyTagClassName
{
color: #BDF7B3;
}
</style>
background-color css
<style>
a { background-color: #BDF7B3; }
a { background-color: rgb(189,247,179); }
div.DivClassName
{
background-color: #BDF7B3;
}
.BgClassName
{
background-color: #BDF7B3;
}
</style>
border-color css
<style>
span { border-color: #BDF7B3; }
span { border-color: rgb(189,247,179); }
td.TdClassName
{
border-color: #BDF7B3;
}
.TagClassName
{
border-color: #BDF7B3;
}
</style>