Shades of Madang #BDFCAF
Tints of Madang #BDFCAF
RGB
CMYK
RGB Variations
Color information
#BDFCAF (or 0xBDFCAF) is known color: Madang. HEX triplet: BD, FC and AF. RGB value is (189,252,175). Sum of RGB (Red+Green+Blue) = 189+252+175=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCAF is #420350. Grayscale: #E0E0E0. Windows color (decimal): -4326225 or 11533501. OLE color: 11533501.
HSL color Cylindrical-coordinate representation of color #BDFCAF: hue angle of 109.09º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDFCAF is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 175 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.01 |
| HSL | 109.09º | 0.93% | 0.84% | - |
| HSV(B) | 109.09º | 0.31% | 0.99% | - |
| XYZ | 63.53 | 83.53 | 53.33 | - |
| YUV | 224.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 175 | 0.25 | 0 | 0.31 | 0.01 | 109.09 | 0.93 | 0.84 |
| Hex | BD | FC | AF | 19 | 0 | 1F | 1 | 6D | 5D | 54 |
| Octal | 275 | 374 | 257 | 31 | 0 | 37 | 1 | 155 | 135 | 124 |
| Binary | 10111101 | 11111100 | 10101111 | 11001 | 0 | 11111 | 1 | 1101101 | 1011101 | 1010100 |
Color Harmonies of #BDFCAF
Complementary color
Monochromatic Colors of #BDFCAF
Black with #BDFCAF
Text Example
Text Example
White with #BDFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCAF; }
p { color: rgb(189,252,175); }
H1.HeaderClassName
{
color: #BDFCAF;
}
.AnyTagClassName
{
color: #BDFCAF;
}
</style>
background-color css
<style>
a { background-color: #BDFCAF; }
a { background-color: rgb(189,252,175); }
div.DivClassName
{
background-color: #BDFCAF;
}
.BgClassName
{
background-color: #BDFCAF;
}
</style>
border-color css
<style>
span { border-color: #BDFCAF; }
span { border-color: rgb(189,252,175); }
td.TdClassName
{
border-color: #BDFCAF;
}
.TagClassName
{
border-color: #BDFCAF;
}
</style>