Shades of Madang #BFF6AF
Tints of Madang #BFF6AF
RGB
CMYK
RGB Variations
Color information
#BFF6AF (or 0xBFF6AF) is known color: Madang. HEX triplet: BF, F6 and AF. RGB value is (191,246,175). Sum of RGB (Red+Green+Blue) = 191+246+175=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF6AF is #400950. Grayscale: #DDDDDD. Windows color (decimal): -4196689 or 11531967. OLE color: 11531967.
HSL color Cylindrical-coordinate representation of color #BFF6AF: hue angle of 106.48º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFF6AF is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 175 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.04 |
| HSL | 106.48º | 0.8% | 0.83% | - |
| HSV(B) | 106.48º | 0.29% | 0.96% | - |
| XYZ | 62.18 | 80.08 | 52.74 | - |
| YUV | 221.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 175 | 0.22 | 0 | 0.29 | 0.04 | 106.48 | 0.8 | 0.83 |
| Hex | BF | F6 | AF | 16 | 0 | 1D | 4 | 6A | 50 | 53 |
| Octal | 277 | 366 | 257 | 26 | 0 | 35 | 4 | 152 | 120 | 123 |
| Binary | 10111111 | 11110110 | 10101111 | 10110 | 0 | 11101 | 100 | 1101010 | 1010000 | 1010011 |
Color Harmonies of #BFF6AF
Complementary color
Monochromatic Colors of #BFF6AF
Black with #BFF6AF
Text Example
Text Example
White with #BFF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6AF; }
p { color: rgb(191,246,175); }
H1.HeaderClassName
{
color: #BFF6AF;
}
.AnyTagClassName
{
color: #BFF6AF;
}
</style>
background-color css
<style>
a { background-color: #BFF6AF; }
a { background-color: rgb(191,246,175); }
div.DivClassName
{
background-color: #BFF6AF;
}
.BgClassName
{
background-color: #BFF6AF;
}
</style>
border-color css
<style>
span { border-color: #BFF6AF; }
span { border-color: rgb(191,246,175); }
td.TdClassName
{
border-color: #BFF6AF;
}
.TagClassName
{
border-color: #BFF6AF;
}
</style>