Shades of Madang #BDF8B8
Tints of Madang #BDF8B8
RGB
CMYK
RGB Variations
Color information
#BDF8B8 (or 0xBDF8B8) is known color: Madang. HEX triplet: BD, F8 and B8. RGB value is (189,248,184). Sum of RGB (Red+Green+Blue) = 189+248+184=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8B8 is #420747. Grayscale: #DFDFDF. Windows color (decimal): -4327240 or 12122301. OLE color: 12122301.
HSL color Cylindrical-coordinate representation of color #BDF8B8: hue angle of 115.31º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDF8B8 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 184 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.03 |
| HSL | 115.31º | 0.82% | 0.85% | - |
| HSV(B) | 115.31º | 0.26% | 0.97% | - |
| XYZ | 63.21 | 81.41 | 57.73 | - |
| YUV | 223.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 184 | 0.24 | 0 | 0.26 | 0.03 | 115.31 | 0.82 | 0.85 |
| Hex | BD | F8 | B8 | 18 | 0 | 1A | 3 | 73 | 52 | 55 |
| Octal | 275 | 370 | 270 | 30 | 0 | 32 | 3 | 163 | 122 | 125 |
| Binary | 10111101 | 11111000 | 10111000 | 11000 | 0 | 11010 | 11 | 1110011 | 1010010 | 1010101 |
Color Harmonies of #BDF8B8
Complementary color
Monochromatic Colors of #BDF8B8
Black with #BDF8B8
Text Example
Text Example
White with #BDF8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8B8; }
p { color: rgb(189,248,184); }
H1.HeaderClassName
{
color: #BDF8B8;
}
.AnyTagClassName
{
color: #BDF8B8;
}
</style>
background-color css
<style>
a { background-color: #BDF8B8; }
a { background-color: rgb(189,248,184); }
div.DivClassName
{
background-color: #BDF8B8;
}
.BgClassName
{
background-color: #BDF8B8;
}
</style>
border-color css
<style>
span { border-color: #BDF8B8; }
span { border-color: rgb(189,248,184); }
td.TdClassName
{
border-color: #BDF8B8;
}
.TagClassName
{
border-color: #BDF8B8;
}
</style>