Shades of Madang #BDFDA1
Tints of Madang #BDFDA1
RGB
CMYK
RGB Variations
Color information
#BDFDA1 (or 0xBDFDA1) is known color: Madang. HEX triplet: BD, FD and A1. RGB value is (189,253,161). Sum of RGB (Red+Green+Blue) = 189+253+161=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFDA1 is #42025E. Grayscale: #DFDFDF. Windows color (decimal): -4325983 or 10616253. OLE color: 10616253.
HSL color Cylindrical-coordinate representation of color #BDFDA1: hue angle of 101.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDFDA1 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 161 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.01 |
| HSL | 101.74º | 0.96% | 0.81% | - |
| HSV(B) | 101.74º | 0.36% | 0.99% | - |
| XYZ | 62.54 | 83.64 | 46.57 | - |
| YUV | 223.38 | 92.8 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 161 | 0.25 | 0 | 0.36 | 0.01 | 101.74 | 0.96 | 0.81 |
| Hex | BD | FD | A1 | 19 | 0 | 24 | 1 | 66 | 60 | 51 |
| Octal | 275 | 375 | 241 | 31 | 0 | 44 | 1 | 146 | 140 | 121 |
| Binary | 10111101 | 11111101 | 10100001 | 11001 | 0 | 100100 | 1 | 1100110 | 1100000 | 1010001 |
Color Harmonies of #BDFDA1
Complementary color
Monochromatic Colors of #BDFDA1
Black with #BDFDA1
Text Example
Text Example
White with #BDFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDA1; }
p { color: rgb(189,253,161); }
H1.HeaderClassName
{
color: #BDFDA1;
}
.AnyTagClassName
{
color: #BDFDA1;
}
</style>
background-color css
<style>
a { background-color: #BDFDA1; }
a { background-color: rgb(189,253,161); }
div.DivClassName
{
background-color: #BDFDA1;
}
.BgClassName
{
background-color: #BDFDA1;
}
</style>
border-color css
<style>
span { border-color: #BDFDA1; }
span { border-color: rgb(189,253,161); }
td.TdClassName
{
border-color: #BDFDA1;
}
.TagClassName
{
border-color: #BDFDA1;
}
</style>