Shades of Madang #BFF8A7
Tints of Madang #BFF8A7
RGB
CMYK
RGB Variations
Color information
#BFF8A7 (or 0xBFF8A7) is known color: Madang. HEX triplet: BF, F8 and A7. RGB value is (191,248,167). Sum of RGB (Red+Green+Blue) = 191+248+167=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF8A7 is #400758. Grayscale: #DDDDDD. Windows color (decimal): -4196185 or 11008191. OLE color: 11008191.
HSL color Cylindrical-coordinate representation of color #BFF8A7: hue angle of 102.22º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFF8A7 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 167 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.03 |
| HSL | 102.22º | 0.85% | 0.81% | - |
| HSV(B) | 102.22º | 0.33% | 0.97% | - |
| XYZ | 62.03 | 81 | 48.92 | - |
| YUV | 221.72 | 97.12 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 167 | 0.23 | 0 | 0.33 | 0.03 | 102.22 | 0.85 | 0.81 |
| Hex | BF | F8 | A7 | 17 | 0 | 21 | 3 | 66 | 55 | 51 |
| Octal | 277 | 370 | 247 | 27 | 0 | 41 | 3 | 146 | 125 | 121 |
| Binary | 10111111 | 11111000 | 10100111 | 10111 | 0 | 100001 | 11 | 1100110 | 1010101 | 1010001 |
Color Harmonies of #BFF8A7
Complementary color
Monochromatic Colors of #BFF8A7
Black with #BFF8A7
Text Example
Text Example
White with #BFF8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8A7; }
p { color: rgb(191,248,167); }
H1.HeaderClassName
{
color: #BFF8A7;
}
.AnyTagClassName
{
color: #BFF8A7;
}
</style>
background-color css
<style>
a { background-color: #BFF8A7; }
a { background-color: rgb(191,248,167); }
div.DivClassName
{
background-color: #BFF8A7;
}
.BgClassName
{
background-color: #BFF8A7;
}
</style>
border-color css
<style>
span { border-color: #BFF8A7; }
span { border-color: rgb(191,248,167); }
td.TdClassName
{
border-color: #BFF8A7;
}
.TagClassName
{
border-color: #BFF8A7;
}
</style>