Shades of Madang #BDFDA6
Tints of Madang #BDFDA6
RGB
CMYK
RGB Variations
Color information
#BDFDA6 (or 0xBDFDA6) is known color: Madang. HEX triplet: BD, FD and A6. RGB value is (189,253,166). Sum of RGB (Red+Green+Blue) = 189+253+166=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFDA6 is #420259. Grayscale: #E0E0E0. Windows color (decimal): -4325978 or 10943933. OLE color: 10943933.
HSL color Cylindrical-coordinate representation of color #BDFDA6: hue angle of 104.14º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDFDA6 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 166 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.01 |
| HSL | 104.14º | 0.96% | 0.82% | - |
| HSV(B) | 104.14º | 0.34% | 0.99% | - |
| XYZ | 62.99 | 83.82 | 48.94 | - |
| YUV | 223.95 | 95.3 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 166 | 0.25 | 0 | 0.34 | 0.01 | 104.14 | 0.96 | 0.82 |
| Hex | BD | FD | A6 | 19 | 0 | 22 | 1 | 68 | 60 | 52 |
| Octal | 275 | 375 | 246 | 31 | 0 | 42 | 1 | 150 | 140 | 122 |
| Binary | 10111101 | 11111101 | 10100110 | 11001 | 0 | 100010 | 1 | 1101000 | 1100000 | 1010010 |
Color Harmonies of #BDFDA6
Complementary color
Monochromatic Colors of #BDFDA6
Black with #BDFDA6
Text Example
Text Example
White with #BDFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDA6; }
p { color: rgb(189,253,166); }
H1.HeaderClassName
{
color: #BDFDA6;
}
.AnyTagClassName
{
color: #BDFDA6;
}
</style>
background-color css
<style>
a { background-color: #BDFDA6; }
a { background-color: rgb(189,253,166); }
div.DivClassName
{
background-color: #BDFDA6;
}
.BgClassName
{
background-color: #BDFDA6;
}
</style>
border-color css
<style>
span { border-color: #BDFDA6; }
span { border-color: rgb(189,253,166); }
td.TdClassName
{
border-color: #BDFDA6;
}
.TagClassName
{
border-color: #BDFDA6;
}
</style>