Shades of Madang #BDFAA6
Tints of Madang #BDFAA6
RGB
CMYK
RGB Variations
Color information
#BDFAA6 (or 0xBDFAA6) is known color: Madang. HEX triplet: BD, FA and A6. RGB value is (189,250,166). Sum of RGB (Red+Green+Blue) = 189+250+166=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAA6 is #420559. Grayscale: #DEDEDE. Windows color (decimal): -4326746 or 10943165. OLE color: 10943165.
HSL color Cylindrical-coordinate representation of color #BDFAA6: hue angle of 103.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDFAA6 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 166 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.02 |
| HSL | 103.57º | 0.89% | 0.82% | - |
| HSV(B) | 103.57º | 0.34% | 0.98% | - |
| XYZ | 62.05 | 81.94 | 48.62 | - |
| YUV | 222.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 166 | 0.24 | 0 | 0.34 | 0.02 | 103.57 | 0.89 | 0.82 |
| Hex | BD | FA | A6 | 18 | 0 | 22 | 2 | 68 | 59 | 52 |
| Octal | 275 | 372 | 246 | 30 | 0 | 42 | 2 | 150 | 131 | 122 |
| Binary | 10111101 | 11111010 | 10100110 | 11000 | 0 | 100010 | 10 | 1101000 | 1011001 | 1010010 |
Color Harmonies of #BDFAA6
Complementary color
Monochromatic Colors of #BDFAA6
Black with #BDFAA6
Text Example
Text Example
White with #BDFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAA6; }
p { color: rgb(189,250,166); }
H1.HeaderClassName
{
color: #BDFAA6;
}
.AnyTagClassName
{
color: #BDFAA6;
}
</style>
background-color css
<style>
a { background-color: #BDFAA6; }
a { background-color: rgb(189,250,166); }
div.DivClassName
{
background-color: #BDFAA6;
}
.BgClassName
{
background-color: #BDFAA6;
}
</style>
border-color css
<style>
span { border-color: #BDFAA6; }
span { border-color: rgb(189,250,166); }
td.TdClassName
{
border-color: #BDFAA6;
}
.TagClassName
{
border-color: #BDFAA6;
}
</style>