Shades of Madang #BFF6B0
Tints of Madang #BFF6B0
RGB
CMYK
RGB Variations
Color information
#BFF6B0 (or 0xBFF6B0) is known color: Madang. HEX triplet: BF, F6 and B0. RGB value is (191,246,176). Sum of RGB (Red+Green+Blue) = 191+246+176=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF6B0 is #40094F. Grayscale: #DDDDDD. Windows color (decimal): -4196688 or 11597503. OLE color: 11597503.
HSL color Cylindrical-coordinate representation of color #BFF6B0: hue angle of 107.14º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFF6B0 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 176 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.04 |
| HSL | 107.14º | 0.8% | 0.83% | - |
| HSV(B) | 107.14º | 0.28% | 0.96% | - |
| XYZ | 62.28 | 80.12 | 53.26 | - |
| YUV | 221.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 176 | 0.22 | 0 | 0.28 | 0.04 | 107.14 | 0.8 | 0.83 |
| Hex | BF | F6 | B0 | 16 | 0 | 1C | 4 | 6B | 50 | 53 |
| Octal | 277 | 366 | 260 | 26 | 0 | 34 | 4 | 153 | 120 | 123 |
| Binary | 10111111 | 11110110 | 10110000 | 10110 | 0 | 11100 | 100 | 1101011 | 1010000 | 1010011 |
Color Harmonies of #BFF6B0
Complementary color
Monochromatic Colors of #BFF6B0
Black with #BFF6B0
Text Example
Text Example
White with #BFF6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6B0; }
p { color: rgb(191,246,176); }
H1.HeaderClassName
{
color: #BFF6B0;
}
.AnyTagClassName
{
color: #BFF6B0;
}
</style>
background-color css
<style>
a { background-color: #BFF6B0; }
a { background-color: rgb(191,246,176); }
div.DivClassName
{
background-color: #BFF6B0;
}
.BgClassName
{
background-color: #BFF6B0;
}
</style>
border-color css
<style>
span { border-color: #BFF6B0; }
span { border-color: rgb(191,246,176); }
td.TdClassName
{
border-color: #BFF6B0;
}
.TagClassName
{
border-color: #BFF6B0;
}
</style>