Shades of Madang #BFF8AF
Tints of Madang #BFF8AF
RGB
CMYK
RGB Variations
Color information
#BFF8AF (or 0xBFF8AF) is known color: Madang. HEX triplet: BF, F8 and AF. RGB value is (191,248,175). Sum of RGB (Red+Green+Blue) = 191+248+175=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF8AF is #400750. Grayscale: #DEDEDE. Windows color (decimal): -4196177 or 11532479. OLE color: 11532479.
HSL color Cylindrical-coordinate representation of color #BFF8AF: hue angle of 106.85º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFF8AF is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 175 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.03 |
| HSL | 106.85º | 0.84% | 0.83% | - |
| HSV(B) | 106.85º | 0.29% | 0.97% | - |
| XYZ | 62.79 | 81.31 | 52.94 | - |
| YUV | 222.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 175 | 0.23 | 0 | 0.29 | 0.03 | 106.85 | 0.84 | 0.83 |
| Hex | BF | F8 | AF | 17 | 0 | 1D | 3 | 6B | 54 | 53 |
| Octal | 277 | 370 | 257 | 27 | 0 | 35 | 3 | 153 | 124 | 123 |
| Binary | 10111111 | 11111000 | 10101111 | 10111 | 0 | 11101 | 11 | 1101011 | 1010100 | 1010011 |
Color Harmonies of #BFF8AF
Complementary color
Monochromatic Colors of #BFF8AF
Black with #BFF8AF
Text Example
Text Example
White with #BFF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8AF; }
p { color: rgb(191,248,175); }
H1.HeaderClassName
{
color: #BFF8AF;
}
.AnyTagClassName
{
color: #BFF8AF;
}
</style>
background-color css
<style>
a { background-color: #BFF8AF; }
a { background-color: rgb(191,248,175); }
div.DivClassName
{
background-color: #BFF8AF;
}
.BgClassName
{
background-color: #BFF8AF;
}
</style>
border-color css
<style>
span { border-color: #BFF8AF; }
span { border-color: rgb(191,248,175); }
td.TdClassName
{
border-color: #BFF8AF;
}
.TagClassName
{
border-color: #BFF8AF;
}
</style>