Shades of Madang #BFF6AD
Tints of Madang #BFF6AD
RGB
CMYK
RGB Variations
Color information
#BFF6AD (or 0xBFF6AD) is known color: Madang. HEX triplet: BF, F6 and AD. RGB value is (191,246,173). Sum of RGB (Red+Green+Blue) = 191+246+173=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF6AD is #400952. Grayscale: #DDDDDD. Windows color (decimal): -4196691 or 11400895. OLE color: 11400895.
HSL color Cylindrical-coordinate representation of color #BFF6AD: hue angle of 105.21º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFF6AD is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 173 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.04 |
| HSL | 105.21º | 0.8% | 0.82% | - |
| HSV(B) | 105.21º | 0.3% | 0.96% | - |
| XYZ | 61.98 | 80.01 | 51.71 | - |
| YUV | 221.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 173 | 0.22 | 0 | 0.30 | 0.04 | 105.21 | 0.8 | 0.82 |
| Hex | BF | F6 | AD | 16 | 0 | 1E | 4 | 69 | 50 | 52 |
| Octal | 277 | 366 | 255 | 26 | 0 | 36 | 4 | 151 | 120 | 122 |
| Binary | 10111111 | 11110110 | 10101101 | 10110 | 0 | 11110 | 100 | 1101001 | 1010000 | 1010010 |
Color Harmonies of #BFF6AD
Complementary color
Monochromatic Colors of #BFF6AD
Black with #BFF6AD
Text Example
Text Example
White with #BFF6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6AD; }
p { color: rgb(191,246,173); }
H1.HeaderClassName
{
color: #BFF6AD;
}
.AnyTagClassName
{
color: #BFF6AD;
}
</style>
background-color css
<style>
a { background-color: #BFF6AD; }
a { background-color: rgb(191,246,173); }
div.DivClassName
{
background-color: #BFF6AD;
}
.BgClassName
{
background-color: #BFF6AD;
}
</style>
border-color css
<style>
span { border-color: #BFF6AD; }
span { border-color: rgb(191,246,173); }
td.TdClassName
{
border-color: #BFF6AD;
}
.TagClassName
{
border-color: #BFF6AD;
}
</style>