Shades of Madang #BFF2B0
Tints of Madang #BFF2B0
RGB
CMYK
RGB Variations
Color information
#BFF2B0 (or 0xBFF2B0) is known color: Madang. HEX triplet: BF, F2 and B0. RGB value is (191,242,176). Sum of RGB (Red+Green+Blue) = 191+242+176=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF2B0 is #400D4F. Grayscale: #DBDBDB. Windows color (decimal): -4197712 or 11596479. OLE color: 11596479.
HSL color Cylindrical-coordinate representation of color #BFF2B0: hue angle of 106.36º degrees, saturation: 0.72, 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 #BFF2B0 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 176 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.05 |
| HSL | 106.36º | 0.72% | 0.82% | - |
| HSV(B) | 106.36º | 0.27% | 0.95% | - |
| XYZ | 61.07 | 77.72 | 52.86 | - |
| YUV | 219.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 176 | 0.21 | 0 | 0.27 | 0.05 | 106.36 | 0.72 | 0.82 |
| Hex | BF | F2 | B0 | 15 | 0 | 1B | 5 | 6A | 48 | 52 |
| Octal | 277 | 362 | 260 | 25 | 0 | 33 | 5 | 152 | 110 | 122 |
| Binary | 10111111 | 11110010 | 10110000 | 10101 | 0 | 11011 | 101 | 1101010 | 1001000 | 1010010 |
Color Harmonies of #BFF2B0
Complementary color
Monochromatic Colors of #BFF2B0
Black with #BFF2B0
Text Example
Text Example
White with #BFF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2B0; }
p { color: rgb(191,242,176); }
H1.HeaderClassName
{
color: #BFF2B0;
}
.AnyTagClassName
{
color: #BFF2B0;
}
</style>
background-color css
<style>
a { background-color: #BFF2B0; }
a { background-color: rgb(191,242,176); }
div.DivClassName
{
background-color: #BFF2B0;
}
.BgClassName
{
background-color: #BFF2B0;
}
</style>
border-color css
<style>
span { border-color: #BFF2B0; }
span { border-color: rgb(191,242,176); }
td.TdClassName
{
border-color: #BFF2B0;
}
.TagClassName
{
border-color: #BFF2B0;
}
</style>