Shades of Madang #BFF2B2
Tints of Madang #BFF2B2
RGB
CMYK
RGB Variations
Color information
#BFF2B2 (or 0xBFF2B2) is known color: Madang. HEX triplet: BF, F2 and B2. RGB value is (191,242,178). Sum of RGB (Red+Green+Blue) = 191+242+178=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF2B2 is #400D4D. Grayscale: #DBDBDB. Windows color (decimal): -4197710 or 11727551. OLE color: 11727551.
HSL color Cylindrical-coordinate representation of color #BFF2B2: hue angle of 107.81º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFF2B2 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 178 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.05 |
| HSL | 107.81º | 0.71% | 0.82% | - |
| HSV(B) | 107.81º | 0.26% | 0.95% | - |
| XYZ | 61.27 | 77.79 | 53.91 | - |
| YUV | 219.46 | 104.6 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 178 | 0.21 | 0 | 0.26 | 0.05 | 107.81 | 0.71 | 0.82 |
| Hex | BF | F2 | B2 | 15 | 0 | 1A | 5 | 6C | 47 | 52 |
| Octal | 277 | 362 | 262 | 25 | 0 | 32 | 5 | 154 | 107 | 122 |
| Binary | 10111111 | 11110010 | 10110010 | 10101 | 0 | 11010 | 101 | 1101100 | 1000111 | 1010010 |
Color Harmonies of #BFF2B2
Complementary color
Monochromatic Colors of #BFF2B2
Black with #BFF2B2
Text Example
Text Example
White with #BFF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2B2; }
p { color: rgb(191,242,178); }
H1.HeaderClassName
{
color: #BFF2B2;
}
.AnyTagClassName
{
color: #BFF2B2;
}
</style>
background-color css
<style>
a { background-color: #BFF2B2; }
a { background-color: rgb(191,242,178); }
div.DivClassName
{
background-color: #BFF2B2;
}
.BgClassName
{
background-color: #BFF2B2;
}
</style>
border-color css
<style>
span { border-color: #BFF2B2; }
span { border-color: rgb(191,242,178); }
td.TdClassName
{
border-color: #BFF2B2;
}
.TagClassName
{
border-color: #BFF2B2;
}
</style>