Shades of Madang #BFF8A5
Tints of Madang #BFF8A5
RGB
CMYK
RGB Variations
Color information
#BFF8A5 (or 0xBFF8A5) is known color: Madang. HEX triplet: BF, F8 and A5. RGB value is (191,248,165). Sum of RGB (Red+Green+Blue) = 191+248+165=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF8A5 is #40075A. Grayscale: #DDDDDD. Windows color (decimal): -4196187 or 10877119. OLE color: 10877119.
HSL color Cylindrical-coordinate representation of color #BFF8A5: hue angle of 101.2º degrees, saturation: 0.86, 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 #BFF8A5 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 165 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.03 |
| HSL | 101.2º | 0.86% | 0.81% | - |
| HSV(B) | 101.2º | 0.33% | 0.97% | - |
| XYZ | 61.84 | 80.93 | 47.96 | - |
| YUV | 221.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 165 | 0.23 | 0 | 0.33 | 0.03 | 101.2 | 0.86 | 0.81 |
| Hex | BF | F8 | A5 | 17 | 0 | 21 | 3 | 65 | 56 | 51 |
| Octal | 277 | 370 | 245 | 27 | 0 | 41 | 3 | 145 | 126 | 121 |
| Binary | 10111111 | 11111000 | 10100101 | 10111 | 0 | 100001 | 11 | 1100101 | 1010110 | 1010001 |
Color Harmonies of #BFF8A5
Complementary color
Monochromatic Colors of #BFF8A5
Black with #BFF8A5
Text Example
Text Example
White with #BFF8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8A5; }
p { color: rgb(191,248,165); }
H1.HeaderClassName
{
color: #BFF8A5;
}
.AnyTagClassName
{
color: #BFF8A5;
}
</style>
background-color css
<style>
a { background-color: #BFF8A5; }
a { background-color: rgb(191,248,165); }
div.DivClassName
{
background-color: #BFF8A5;
}
.BgClassName
{
background-color: #BFF8A5;
}
</style>
border-color css
<style>
span { border-color: #BFF8A5; }
span { border-color: rgb(191,248,165); }
td.TdClassName
{
border-color: #BFF8A5;
}
.TagClassName
{
border-color: #BFF8A5;
}
</style>