Shades of Madang #BDFAAA
Tints of Madang #BDFAAA
RGB
CMYK
RGB Variations
Color information
#BDFAAA (or 0xBDFAAA) is known color: Madang. HEX triplet: BD, FA and AA. RGB value is (189,250,170). Sum of RGB (Red+Green+Blue) = 189+250+170=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAAA is #420555. Grayscale: #DEDEDE. Windows color (decimal): -4326742 or 11205309. OLE color: 11205309.
HSL color Cylindrical-coordinate representation of color #BDFAAA: hue angle of 105.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDFAAA is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 170 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.02 |
| HSL | 105.75º | 0.89% | 0.82% | - |
| HSV(B) | 105.75º | 0.32% | 0.98% | - |
| XYZ | 62.43 | 82.09 | 50.59 | - |
| YUV | 222.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 170 | 0.24 | 0 | 0.32 | 0.02 | 105.75 | 0.89 | 0.82 |
| Hex | BD | FA | AA | 18 | 0 | 20 | 2 | 6A | 59 | 52 |
| Octal | 275 | 372 | 252 | 30 | 0 | 40 | 2 | 152 | 131 | 122 |
| Binary | 10111101 | 11111010 | 10101010 | 11000 | 0 | 100000 | 10 | 1101010 | 1011001 | 1010010 |
Color Harmonies of #BDFAAA
Complementary color
Monochromatic Colors of #BDFAAA
Black with #BDFAAA
Text Example
Text Example
White with #BDFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAAA; }
p { color: rgb(189,250,170); }
H1.HeaderClassName
{
color: #BDFAAA;
}
.AnyTagClassName
{
color: #BDFAAA;
}
</style>
background-color css
<style>
a { background-color: #BDFAAA; }
a { background-color: rgb(189,250,170); }
div.DivClassName
{
background-color: #BDFAAA;
}
.BgClassName
{
background-color: #BDFAAA;
}
</style>
border-color css
<style>
span { border-color: #BDFAAA; }
span { border-color: rgb(189,250,170); }
td.TdClassName
{
border-color: #BDFAAA;
}
.TagClassName
{
border-color: #BDFAAA;
}
</style>