Shades of Madang #BDF4B8
Tints of Madang #BDF4B8
RGB
CMYK
RGB Variations
Color information
#BDF4B8 (or 0xBDF4B8) is known color: Madang. HEX triplet: BD, F4 and B8. RGB value is (189,244,184). Sum of RGB (Red+Green+Blue) = 189+244+184=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 184 (72.27% from 255 or 29.82% from 617); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4B8 is #420B47. Grayscale: #DCDCDC. Windows color (decimal): -4328264 or 12121277. OLE color: 12121277.
HSL color Cylindrical-coordinate representation of color #BDF4B8: hue angle of 115º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF4B8 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 184 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.04 |
| HSL | 115º | 0.73% | 0.84% | - |
| HSV(B) | 115º | 0.25% | 0.96% | - |
| XYZ | 61.99 | 78.98 | 57.33 | - |
| YUV | 220.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 184 | 0.23 | 0 | 0.25 | 0.04 | 115 | 0.73 | 0.84 |
| Hex | BD | F4 | B8 | 17 | 0 | 19 | 4 | 73 | 49 | 54 |
| Octal | 275 | 364 | 270 | 27 | 0 | 31 | 4 | 163 | 111 | 124 |
| Binary | 10111101 | 11110100 | 10111000 | 10111 | 0 | 11001 | 100 | 1110011 | 1001001 | 1010100 |
Color Harmonies of #BDF4B8
Complementary color
Monochromatic Colors of #BDF4B8
Black with #BDF4B8
Text Example
Text Example
White with #BDF4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4B8; }
p { color: rgb(189,244,184); }
H1.HeaderClassName
{
color: #BDF4B8;
}
.AnyTagClassName
{
color: #BDF4B8;
}
</style>
background-color css
<style>
a { background-color: #BDF4B8; }
a { background-color: rgb(189,244,184); }
div.DivClassName
{
background-color: #BDF4B8;
}
.BgClassName
{
background-color: #BDF4B8;
}
</style>
border-color css
<style>
span { border-color: #BDF4B8; }
span { border-color: rgb(189,244,184); }
td.TdClassName
{
border-color: #BDF4B8;
}
.TagClassName
{
border-color: #BDF4B8;
}
</style>