Shades of Madang #BFF8AA
Tints of Madang #BFF8AA
RGB
CMYK
RGB Variations
Color information
#BFF8AA (or 0xBFF8AA) is known color: Madang. HEX triplet: BF, F8 and AA. RGB value is (191,248,170). Sum of RGB (Red+Green+Blue) = 191+248+170=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF8AA is #400755. Grayscale: #DEDEDE. Windows color (decimal): -4196182 or 11204799. OLE color: 11204799.
HSL color Cylindrical-coordinate representation of color #BFF8AA: hue angle of 103.85º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFF8AA is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 170 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.03 |
| HSL | 103.85º | 0.85% | 0.82% | - |
| HSV(B) | 103.85º | 0.31% | 0.97% | - |
| XYZ | 62.31 | 81.11 | 50.4 | - |
| YUV | 222.07 | 98.62 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 170 | 0.23 | 0 | 0.31 | 0.03 | 103.85 | 0.85 | 0.82 |
| Hex | BF | F8 | AA | 17 | 0 | 1F | 3 | 68 | 55 | 52 |
| Octal | 277 | 370 | 252 | 27 | 0 | 37 | 3 | 150 | 125 | 122 |
| Binary | 10111111 | 11111000 | 10101010 | 10111 | 0 | 11111 | 11 | 1101000 | 1010101 | 1010010 |
Color Harmonies of #BFF8AA
Complementary color
Monochromatic Colors of #BFF8AA
Black with #BFF8AA
Text Example
Text Example
White with #BFF8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8AA; }
p { color: rgb(191,248,170); }
H1.HeaderClassName
{
color: #BFF8AA;
}
.AnyTagClassName
{
color: #BFF8AA;
}
</style>
background-color css
<style>
a { background-color: #BFF8AA; }
a { background-color: rgb(191,248,170); }
div.DivClassName
{
background-color: #BFF8AA;
}
.BgClassName
{
background-color: #BFF8AA;
}
</style>
border-color css
<style>
span { border-color: #BFF8AA; }
span { border-color: rgb(191,248,170); }
td.TdClassName
{
border-color: #BFF8AA;
}
.TagClassName
{
border-color: #BFF8AA;
}
</style>