Shades of Madang #BFF2B1
Tints of Madang #BFF2B1
RGB
CMYK
RGB Variations
Color information
#BFF2B1 (or 0xBFF2B1) is known color: Madang. HEX triplet: BF, F2 and B1. RGB value is (191,242,177). Sum of RGB (Red+Green+Blue) = 191+242+177=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF2B1 is #400D4E. Grayscale: #DBDBDB. Windows color (decimal): -4197711 or 11662015. OLE color: 11662015.
HSL color Cylindrical-coordinate representation of color #BFF2B1: hue angle of 107.08º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFF2B1 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 177 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.05 |
| HSL | 107.08º | 0.71% | 0.82% | - |
| HSV(B) | 107.08º | 0.27% | 0.95% | - |
| XYZ | 61.17 | 77.75 | 53.38 | - |
| YUV | 219.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 177 | 0.21 | 0 | 0.27 | 0.05 | 107.08 | 0.71 | 0.82 |
| Hex | BF | F2 | B1 | 15 | 0 | 1B | 5 | 6B | 47 | 52 |
| Octal | 277 | 362 | 261 | 25 | 0 | 33 | 5 | 153 | 107 | 122 |
| Binary | 10111111 | 11110010 | 10110001 | 10101 | 0 | 11011 | 101 | 1101011 | 1000111 | 1010010 |
Color Harmonies of #BFF2B1
Complementary color
Monochromatic Colors of #BFF2B1
Black with #BFF2B1
Text Example
Text Example
White with #BFF2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2B1; }
p { color: rgb(191,242,177); }
H1.HeaderClassName
{
color: #BFF2B1;
}
.AnyTagClassName
{
color: #BFF2B1;
}
</style>
background-color css
<style>
a { background-color: #BFF2B1; }
a { background-color: rgb(191,242,177); }
div.DivClassName
{
background-color: #BFF2B1;
}
.BgClassName
{
background-color: #BFF2B1;
}
</style>
border-color css
<style>
span { border-color: #BFF2B1; }
span { border-color: rgb(191,242,177); }
td.TdClassName
{
border-color: #BFF2B1;
}
.TagClassName
{
border-color: #BFF2B1;
}
</style>