Shades of Madang #BFEEAF
Tints of Madang #BFEEAF
RGB
CMYK
RGB Variations
Color information
#BFEEAF (or 0xBFEEAF) is known color: Madang. HEX triplet: BF, EE and AF. RGB value is (191,238,175). Sum of RGB (Red+Green+Blue) = 191+238+175=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEEAF is #401150. Grayscale: #D8D8D8. Windows color (decimal): -4198737 or 11529919. OLE color: 11529919.
HSL color Cylindrical-coordinate representation of color #BFEEAF: hue angle of 104.76º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFEEAF is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 175 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.07 |
| HSL | 104.76º | 0.65% | 0.81% | - |
| HSV(B) | 104.76º | 0.26% | 0.93% | - |
| XYZ | 59.8 | 75.32 | 51.94 | - |
| YUV | 216.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 175 | 0.20 | 0 | 0.26 | 0.07 | 104.76 | 0.65 | 0.81 |
| Hex | BF | EE | AF | 14 | 0 | 1A | 7 | 69 | 41 | 51 |
| Octal | 277 | 356 | 257 | 24 | 0 | 32 | 7 | 151 | 101 | 121 |
| Binary | 10111111 | 11101110 | 10101111 | 10100 | 0 | 11010 | 111 | 1101001 | 1000001 | 1010001 |
Color Harmonies of #BFEEAF
Complementary color
Monochromatic Colors of #BFEEAF
Black with #BFEEAF
Text Example
Text Example
White with #BFEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEAF; }
p { color: rgb(191,238,175); }
H1.HeaderClassName
{
color: #BFEEAF;
}
.AnyTagClassName
{
color: #BFEEAF;
}
</style>
background-color css
<style>
a { background-color: #BFEEAF; }
a { background-color: rgb(191,238,175); }
div.DivClassName
{
background-color: #BFEEAF;
}
.BgClassName
{
background-color: #BFEEAF;
}
</style>
border-color css
<style>
span { border-color: #BFEEAF; }
span { border-color: rgb(191,238,175); }
td.TdClassName
{
border-color: #BFEEAF;
}
.TagClassName
{
border-color: #BFEEAF;
}
</style>