Shades of Madang #BFF9A8
Tints of Madang #BFF9A8
RGB
CMYK
RGB Variations
Color information
#BFF9A8 (or 0xBFF9A8) is known color: Madang. HEX triplet: BF, F9 and A8. RGB value is (191,249,168). Sum of RGB (Red+Green+Blue) = 191+249+168=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF9A8 is #400657. Grayscale: #DEDEDE. Windows color (decimal): -4195928 or 11073983. OLE color: 11073983.
HSL color Cylindrical-coordinate representation of color #BFF9A8: hue angle of 102.96º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFF9A8 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 168 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.02 |
| HSL | 102.96º | 0.87% | 0.82% | - |
| HSV(B) | 102.96º | 0.33% | 0.98% | - |
| XYZ | 62.43 | 81.65 | 49.52 | - |
| YUV | 222.42 | 97.28 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 168 | 0.23 | 0 | 0.33 | 0.02 | 102.96 | 0.87 | 0.82 |
| Hex | BF | F9 | A8 | 17 | 0 | 21 | 2 | 67 | 57 | 52 |
| Octal | 277 | 371 | 250 | 27 | 0 | 41 | 2 | 147 | 127 | 122 |
| Binary | 10111111 | 11111001 | 10101000 | 10111 | 0 | 100001 | 10 | 1100111 | 1010111 | 1010010 |
Color Harmonies of #BFF9A8
Complementary color
Monochromatic Colors of #BFF9A8
Black with #BFF9A8
Text Example
Text Example
White with #BFF9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9A8; }
p { color: rgb(191,249,168); }
H1.HeaderClassName
{
color: #BFF9A8;
}
.AnyTagClassName
{
color: #BFF9A8;
}
</style>
background-color css
<style>
a { background-color: #BFF9A8; }
a { background-color: rgb(191,249,168); }
div.DivClassName
{
background-color: #BFF9A8;
}
.BgClassName
{
background-color: #BFF9A8;
}
</style>
border-color css
<style>
span { border-color: #BFF9A8; }
span { border-color: rgb(191,249,168); }
td.TdClassName
{
border-color: #BFF9A8;
}
.TagClassName
{
border-color: #BFF9A8;
}
</style>