Shades of Madang #BFECAF
Tints of Madang #BFECAF
RGB
CMYK
RGB Variations
Color information
#BFECAF (or 0xBFECAF) is known color: Madang. HEX triplet: BF, EC and AF. RGB value is (191,236,175). Sum of RGB (Red+Green+Blue) = 191+236+175=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFECAF is #401350. Grayscale: #D7D7D7. Windows color (decimal): -4199249 or 11529407. OLE color: 11529407.
HSL color Cylindrical-coordinate representation of color #BFECAF: hue angle of 104.26º degrees, saturation: 0.62, 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 #BFECAF is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 175 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.07 |
| HSL | 104.26º | 0.62% | 0.81% | - |
| HSV(B) | 104.26º | 0.26% | 0.93% | - |
| XYZ | 59.22 | 74.16 | 51.75 | - |
| YUV | 215.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 175 | 0.19 | 0 | 0.26 | 0.07 | 104.26 | 0.62 | 0.81 |
| Hex | BF | EC | AF | 13 | 0 | 1A | 7 | 68 | 3E | 51 |
| Octal | 277 | 354 | 257 | 23 | 0 | 32 | 7 | 150 | 76 | 121 |
| Binary | 10111111 | 11101100 | 10101111 | 10011 | 0 | 11010 | 111 | 1101000 | 111110 | 1010001 |
Color Harmonies of #BFECAF
Complementary color
Monochromatic Colors of #BFECAF
Black with #BFECAF
Text Example
Text Example
White with #BFECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECAF; }
p { color: rgb(191,236,175); }
H1.HeaderClassName
{
color: #BFECAF;
}
.AnyTagClassName
{
color: #BFECAF;
}
</style>
background-color css
<style>
a { background-color: #BFECAF; }
a { background-color: rgb(191,236,175); }
div.DivClassName
{
background-color: #BFECAF;
}
.BgClassName
{
background-color: #BFECAF;
}
</style>
border-color css
<style>
span { border-color: #BFECAF; }
span { border-color: rgb(191,236,175); }
td.TdClassName
{
border-color: #BFECAF;
}
.TagClassName
{
border-color: #BFECAF;
}
</style>