Shades of Madang #BFF1B2
Tints of Madang #BFF1B2
RGB
CMYK
RGB Variations
Color information
#BFF1B2 (or 0xBFF1B2) is known color: Madang. HEX triplet: BF, F1 and B2. RGB value is (191,241,178). Sum of RGB (Red+Green+Blue) = 191+241+178=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF1B2 is #400E4D. Grayscale: #DBDBDB. Windows color (decimal): -4197966 or 11727295. OLE color: 11727295.
HSL color Cylindrical-coordinate representation of color #BFF1B2: hue angle of 107.62º degrees, saturation: 0.69, 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 #BFF1B2 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 178 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.05 |
| HSL | 107.62º | 0.69% | 0.82% | - |
| HSV(B) | 107.62º | 0.26% | 0.95% | - |
| XYZ | 60.98 | 77.2 | 53.81 | - |
| YUV | 218.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 178 | 0.21 | 0 | 0.26 | 0.05 | 107.62 | 0.69 | 0.82 |
| Hex | BF | F1 | B2 | 15 | 0 | 1A | 5 | 6C | 45 | 52 |
| Octal | 277 | 361 | 262 | 25 | 0 | 32 | 5 | 154 | 105 | 122 |
| Binary | 10111111 | 11110001 | 10110010 | 10101 | 0 | 11010 | 101 | 1101100 | 1000101 | 1010010 |
Color Harmonies of #BFF1B2
Complementary color
Monochromatic Colors of #BFF1B2
Black with #BFF1B2
Text Example
Text Example
White with #BFF1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1B2; }
p { color: rgb(191,241,178); }
H1.HeaderClassName
{
color: #BFF1B2;
}
.AnyTagClassName
{
color: #BFF1B2;
}
</style>
background-color css
<style>
a { background-color: #BFF1B2; }
a { background-color: rgb(191,241,178); }
div.DivClassName
{
background-color: #BFF1B2;
}
.BgClassName
{
background-color: #BFF1B2;
}
</style>
border-color css
<style>
span { border-color: #BFF1B2; }
span { border-color: rgb(191,241,178); }
td.TdClassName
{
border-color: #BFF1B2;
}
.TagClassName
{
border-color: #BFF1B2;
}
</style>