Shades of Madang #BDFDA4
Tints of Madang #BDFDA4
RGB
CMYK
RGB Variations
Color information
#BDFDA4 (or 0xBDFDA4) is known color: Madang. HEX triplet: BD, FD and A4. RGB value is (189,253,164). Sum of RGB (Red+Green+Blue) = 189+253+164=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFDA4 is #42025B. Grayscale: #E0E0E0. Windows color (decimal): -4325980 or 10812861. OLE color: 10812861.
HSL color Cylindrical-coordinate representation of color #BDFDA4: hue angle of 103.15º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDFDA4 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 164 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.01 |
| HSL | 103.15º | 0.96% | 0.82% | - |
| HSV(B) | 103.15º | 0.35% | 0.99% | - |
| XYZ | 62.81 | 83.75 | 47.98 | - |
| YUV | 223.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 164 | 0.25 | 0 | 0.35 | 0.01 | 103.15 | 0.96 | 0.82 |
| Hex | BD | FD | A4 | 19 | 0 | 23 | 1 | 67 | 60 | 52 |
| Octal | 275 | 375 | 244 | 31 | 0 | 43 | 1 | 147 | 140 | 122 |
| Binary | 10111101 | 11111101 | 10100100 | 11001 | 0 | 100011 | 1 | 1100111 | 1100000 | 1010010 |
Color Harmonies of #BDFDA4
Complementary color
Monochromatic Colors of #BDFDA4
Black with #BDFDA4
Text Example
Text Example
White with #BDFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDA4; }
p { color: rgb(189,253,164); }
H1.HeaderClassName
{
color: #BDFDA4;
}
.AnyTagClassName
{
color: #BDFDA4;
}
</style>
background-color css
<style>
a { background-color: #BDFDA4; }
a { background-color: rgb(189,253,164); }
div.DivClassName
{
background-color: #BDFDA4;
}
.BgClassName
{
background-color: #BDFDA4;
}
</style>
border-color css
<style>
span { border-color: #BDFDA4; }
span { border-color: rgb(189,253,164); }
td.TdClassName
{
border-color: #BDFDA4;
}
.TagClassName
{
border-color: #BDFDA4;
}
</style>