Shades of Madang #BFF1AD
Tints of Madang #BFF1AD
RGB
CMYK
RGB Variations
Color information
#BFF1AD (or 0xBFF1AD) is known color: Madang. HEX triplet: BF, F1 and AD. RGB value is (191,241,173). Sum of RGB (Red+Green+Blue) = 191+241+173=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF1AD is #400E52. Grayscale: #DADADA. Windows color (decimal): -4197971 or 11399615. OLE color: 11399615.
HSL color Cylindrical-coordinate representation of color #BFF1AD: hue angle of 104.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFF1AD is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 173 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.05 |
| HSL | 104.12º | 0.71% | 0.81% | - |
| HSV(B) | 104.12º | 0.28% | 0.95% | - |
| XYZ | 60.48 | 77 | 51.21 | - |
| YUV | 218.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 173 | 0.21 | 0 | 0.28 | 0.05 | 104.12 | 0.71 | 0.81 |
| Hex | BF | F1 | AD | 15 | 0 | 1C | 5 | 68 | 47 | 51 |
| Octal | 277 | 361 | 255 | 25 | 0 | 34 | 5 | 150 | 107 | 121 |
| Binary | 10111111 | 11110001 | 10101101 | 10101 | 0 | 11100 | 101 | 1101000 | 1000111 | 1010001 |
Color Harmonies of #BFF1AD
Complementary color
Monochromatic Colors of #BFF1AD
Black with #BFF1AD
Text Example
Text Example
White with #BFF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1AD; }
p { color: rgb(191,241,173); }
H1.HeaderClassName
{
color: #BFF1AD;
}
.AnyTagClassName
{
color: #BFF1AD;
}
</style>
background-color css
<style>
a { background-color: #BFF1AD; }
a { background-color: rgb(191,241,173); }
div.DivClassName
{
background-color: #BFF1AD;
}
.BgClassName
{
background-color: #BFF1AD;
}
</style>
border-color css
<style>
span { border-color: #BFF1AD; }
span { border-color: rgb(191,241,173); }
td.TdClassName
{
border-color: #BFF1AD;
}
.TagClassName
{
border-color: #BFF1AD;
}
</style>