Shades of Madang #BFF1AF
Tints of Madang #BFF1AF
RGB
CMYK
RGB Variations
Color information
#BFF1AF (or 0xBFF1AF) is known color: Madang. HEX triplet: BF, F1 and AF. RGB value is (191,241,175). Sum of RGB (Red+Green+Blue) = 191+241+175=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF1AF is #400E50. Grayscale: #DADADA. Windows color (decimal): -4197969 or 11530687. OLE color: 11530687.
HSL color Cylindrical-coordinate representation of color #BFF1AF: hue angle of 105.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFF1AF is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 175 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.05 |
| HSL | 105.45º | 0.7% | 0.82% | - |
| HSV(B) | 105.45º | 0.27% | 0.95% | - |
| XYZ | 60.68 | 77.08 | 52.24 | - |
| YUV | 218.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 175 | 0.21 | 0 | 0.27 | 0.05 | 105.45 | 0.7 | 0.82 |
| Hex | BF | F1 | AF | 15 | 0 | 1B | 5 | 69 | 46 | 52 |
| Octal | 277 | 361 | 257 | 25 | 0 | 33 | 5 | 151 | 106 | 122 |
| Binary | 10111111 | 11110001 | 10101111 | 10101 | 0 | 11011 | 101 | 1101001 | 1000110 | 1010010 |
Color Harmonies of #BFF1AF
Complementary color
Monochromatic Colors of #BFF1AF
Black with #BFF1AF
Text Example
Text Example
White with #BFF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1AF; }
p { color: rgb(191,241,175); }
H1.HeaderClassName
{
color: #BFF1AF;
}
.AnyTagClassName
{
color: #BFF1AF;
}
</style>
background-color css
<style>
a { background-color: #BFF1AF; }
a { background-color: rgb(191,241,175); }
div.DivClassName
{
background-color: #BFF1AF;
}
.BgClassName
{
background-color: #BFF1AF;
}
</style>
border-color css
<style>
span { border-color: #BFF1AF; }
span { border-color: rgb(191,241,175); }
td.TdClassName
{
border-color: #BFF1AF;
}
.TagClassName
{
border-color: #BFF1AF;
}
</style>