Shades of Madang #BDFCAA
Tints of Madang #BDFCAA
RGB
CMYK
RGB Variations
Color information
#BDFCAA (or 0xBDFCAA) is known color: Madang. HEX triplet: BD, FC and AA. RGB value is (189,252,170). Sum of RGB (Red+Green+Blue) = 189+252+170=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCAA is #420355. Grayscale: #E0E0E0. Windows color (decimal): -4326230 or 11205821. OLE color: 11205821.
HSL color Cylindrical-coordinate representation of color #BDFCAA: hue angle of 106.1º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDFCAA is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 170 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.01 |
| HSL | 106.1º | 0.93% | 0.83% | - |
| HSV(B) | 106.1º | 0.33% | 0.99% | - |
| XYZ | 63.05 | 83.34 | 50.79 | - |
| YUV | 223.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 170 | 0.25 | 0 | 0.33 | 0.01 | 106.1 | 0.93 | 0.83 |
| Hex | BD | FC | AA | 19 | 0 | 21 | 1 | 6A | 5D | 53 |
| Octal | 275 | 374 | 252 | 31 | 0 | 41 | 1 | 152 | 135 | 123 |
| Binary | 10111101 | 11111100 | 10101010 | 11001 | 0 | 100001 | 1 | 1101010 | 1011101 | 1010011 |
Color Harmonies of #BDFCAA
Complementary color
Monochromatic Colors of #BDFCAA
Black with #BDFCAA
Text Example
Text Example
White with #BDFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCAA; }
p { color: rgb(189,252,170); }
H1.HeaderClassName
{
color: #BDFCAA;
}
.AnyTagClassName
{
color: #BDFCAA;
}
</style>
background-color css
<style>
a { background-color: #BDFCAA; }
a { background-color: rgb(189,252,170); }
div.DivClassName
{
background-color: #BDFCAA;
}
.BgClassName
{
background-color: #BDFCAA;
}
</style>
border-color css
<style>
span { border-color: #BDFCAA; }
span { border-color: rgb(189,252,170); }
td.TdClassName
{
border-color: #BDFCAA;
}
.TagClassName
{
border-color: #BDFCAA;
}
</style>