Shades of Madang #BFEAB6
Tints of Madang #BFEAB6
RGB
CMYK
RGB Variations
Color information
#BFEAB6 (or 0xBFEAB6) is known color: Madang. HEX triplet: BF, EA and B6. RGB value is (191,234,182). Sum of RGB (Red+Green+Blue) = 191+234+182=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAB6 is #401549. Grayscale: #D7D7D7. Windows color (decimal): -4199754 or 11987647. OLE color: 11987647.
HSL color Cylindrical-coordinate representation of color #BFEAB6: hue angle of 109.62º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFEAB6 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 182 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.08 |
| HSL | 109.62º | 0.55% | 0.82% | - |
| HSV(B) | 109.62º | 0.22% | 0.92% | - |
| XYZ | 59.35 | 73.3 | 55.28 | - |
| YUV | 215.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 182 | 0.18 | 0 | 0.22 | 0.08 | 109.62 | 0.55 | 0.82 |
| Hex | BF | EA | B6 | 12 | 0 | 16 | 8 | 6E | 37 | 52 |
| Octal | 277 | 352 | 266 | 22 | 0 | 26 | 10 | 156 | 67 | 122 |
| Binary | 10111111 | 11101010 | 10110110 | 10010 | 0 | 10110 | 1000 | 1101110 | 110111 | 1010010 |
Color Harmonies of #BFEAB6
Complementary color
Monochromatic Colors of #BFEAB6
Black with #BFEAB6
Text Example
Text Example
White with #BFEAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAB6; }
p { color: rgb(191,234,182); }
H1.HeaderClassName
{
color: #BFEAB6;
}
.AnyTagClassName
{
color: #BFEAB6;
}
</style>
background-color css
<style>
a { background-color: #BFEAB6; }
a { background-color: rgb(191,234,182); }
div.DivClassName
{
background-color: #BFEAB6;
}
.BgClassName
{
background-color: #BFEAB6;
}
</style>
border-color css
<style>
span { border-color: #BFEAB6; }
span { border-color: rgb(191,234,182); }
td.TdClassName
{
border-color: #BFEAB6;
}
.TagClassName
{
border-color: #BFEAB6;
}
</style>