Shades of Madang #BFF6AE
Tints of Madang #BFF6AE
RGB
CMYK
RGB Variations
Color information
#BFF6AE (or 0xBFF6AE) is known color: Madang. HEX triplet: BF, F6 and AE. RGB value is (191,246,174). Sum of RGB (Red+Green+Blue) = 191+246+174=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF6AE is #400951. Grayscale: #DDDDDD. Windows color (decimal): -4196690 or 11466431. OLE color: 11466431.
HSL color Cylindrical-coordinate representation of color #BFF6AE: hue angle of 105.83º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFF6AE is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 174 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.04 |
| HSL | 105.83º | 0.8% | 0.82% | - |
| HSV(B) | 105.83º | 0.29% | 0.96% | - |
| XYZ | 62.08 | 80.04 | 52.22 | - |
| YUV | 221.35 | 101.28 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 174 | 0.22 | 0 | 0.29 | 0.04 | 105.83 | 0.8 | 0.82 |
| Hex | BF | F6 | AE | 16 | 0 | 1D | 4 | 6A | 50 | 52 |
| Octal | 277 | 366 | 256 | 26 | 0 | 35 | 4 | 152 | 120 | 122 |
| Binary | 10111111 | 11110110 | 10101110 | 10110 | 0 | 11101 | 100 | 1101010 | 1010000 | 1010010 |
Color Harmonies of #BFF6AE
Complementary color
Monochromatic Colors of #BFF6AE
Black with #BFF6AE
Text Example
Text Example
White with #BFF6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6AE; }
p { color: rgb(191,246,174); }
H1.HeaderClassName
{
color: #BFF6AE;
}
.AnyTagClassName
{
color: #BFF6AE;
}
</style>
background-color css
<style>
a { background-color: #BFF6AE; }
a { background-color: rgb(191,246,174); }
div.DivClassName
{
background-color: #BFF6AE;
}
.BgClassName
{
background-color: #BFF6AE;
}
</style>
border-color css
<style>
span { border-color: #BFF6AE; }
span { border-color: rgb(191,246,174); }
td.TdClassName
{
border-color: #BFF6AE;
}
.TagClassName
{
border-color: #BFF6AE;
}
</style>