Shades of Madang #BDF9B5
Tints of Madang #BDF9B5
RGB
CMYK
RGB Variations
Color information
#BDF9B5 (or 0xBDF9B5) is known color: Madang. HEX triplet: BD, F9 and B5. RGB value is (189,249,181). Sum of RGB (Red+Green+Blue) = 189+249+181=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9B5 is #42064A. Grayscale: #DFDFDF. Windows color (decimal): -4326987 or 11925949. OLE color: 11925949.
HSL color Cylindrical-coordinate representation of color #BDF9B5: hue angle of 112.94º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDF9B5 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 181 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.02 |
| HSL | 112.94º | 0.85% | 0.84% | - |
| HSV(B) | 112.94º | 0.27% | 0.98% | - |
| XYZ | 63.2 | 81.91 | 56.19 | - |
| YUV | 223.31 | 104.12 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 181 | 0.24 | 0 | 0.27 | 0.02 | 112.94 | 0.85 | 0.84 |
| Hex | BD | F9 | B5 | 18 | 0 | 1B | 2 | 71 | 55 | 54 |
| Octal | 275 | 371 | 265 | 30 | 0 | 33 | 2 | 161 | 125 | 124 |
| Binary | 10111101 | 11111001 | 10110101 | 11000 | 0 | 11011 | 10 | 1110001 | 1010101 | 1010100 |
Color Harmonies of #BDF9B5
Complementary color
Monochromatic Colors of #BDF9B5
Black with #BDF9B5
Text Example
Text Example
White with #BDF9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9B5; }
p { color: rgb(189,249,181); }
H1.HeaderClassName
{
color: #BDF9B5;
}
.AnyTagClassName
{
color: #BDF9B5;
}
</style>
background-color css
<style>
a { background-color: #BDF9B5; }
a { background-color: rgb(189,249,181); }
div.DivClassName
{
background-color: #BDF9B5;
}
.BgClassName
{
background-color: #BDF9B5;
}
</style>
border-color css
<style>
span { border-color: #BDF9B5; }
span { border-color: rgb(189,249,181); }
td.TdClassName
{
border-color: #BDF9B5;
}
.TagClassName
{
border-color: #BDF9B5;
}
</style>