Shades of Madang #BDFCAB
Tints of Madang #BDFCAB
RGB
CMYK
RGB Variations
Color information
#BDFCAB (or 0xBDFCAB) is known color: Madang. HEX triplet: BD, FC and AB. RGB value is (189,252,171). Sum of RGB (Red+Green+Blue) = 189+252+171=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCAB is #420354. Grayscale: #E0E0E0. Windows color (decimal): -4326229 or 11271357. OLE color: 11271357.
HSL color Cylindrical-coordinate representation of color #BDFCAB: hue angle of 106.67º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDFCAB is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 171 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.01 |
| HSL | 106.67º | 0.93% | 0.83% | - |
| HSV(B) | 106.67º | 0.32% | 0.99% | - |
| XYZ | 63.15 | 83.38 | 51.29 | - |
| YUV | 223.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 171 | 0.25 | 0 | 0.32 | 0.01 | 106.67 | 0.93 | 0.83 |
| Hex | BD | FC | AB | 19 | 0 | 20 | 1 | 6B | 5D | 53 |
| Octal | 275 | 374 | 253 | 31 | 0 | 40 | 1 | 153 | 135 | 123 |
| Binary | 10111101 | 11111100 | 10101011 | 11001 | 0 | 100000 | 1 | 1101011 | 1011101 | 1010011 |
Color Harmonies of #BDFCAB
Complementary color
Monochromatic Colors of #BDFCAB
Black with #BDFCAB
Text Example
Text Example
White with #BDFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCAB; }
p { color: rgb(189,252,171); }
H1.HeaderClassName
{
color: #BDFCAB;
}
.AnyTagClassName
{
color: #BDFCAB;
}
</style>
background-color css
<style>
a { background-color: #BDFCAB; }
a { background-color: rgb(189,252,171); }
div.DivClassName
{
background-color: #BDFCAB;
}
.BgClassName
{
background-color: #BDFCAB;
}
</style>
border-color css
<style>
span { border-color: #BDFCAB; }
span { border-color: rgb(189,252,171); }
td.TdClassName
{
border-color: #BDFCAB;
}
.TagClassName
{
border-color: #BDFCAB;
}
</style>