Shades of Madang #BFE6AF
Tints of Madang #BFE6AF
RGB
CMYK
RGB Variations
Color information
#BFE6AF (or 0xBFE6AF) is known color: Madang. HEX triplet: BF, E6 and AF. RGB value is (191,230,175). Sum of RGB (Red+Green+Blue) = 191+230+175=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE6AF is #401950. Grayscale: #D4D4D4. Windows color (decimal): -4200785 or 11527871. OLE color: 11527871.
HSL color Cylindrical-coordinate representation of color #BFE6AF: hue angle of 102.55º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE6AF is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 175 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.10 |
| HSL | 102.55º | 0.52% | 0.79% | - |
| HSV(B) | 102.55º | 0.24% | 0.9% | - |
| XYZ | 57.52 | 70.77 | 51.18 | - |
| YUV | 212.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 175 | 0.17 | 0 | 0.24 | 0.10 | 102.55 | 0.52 | 0.79 |
| Hex | BF | E6 | AF | 11 | 0 | 18 | A | 67 | 34 | 4F |
| Octal | 277 | 346 | 257 | 21 | 0 | 30 | 12 | 147 | 64 | 117 |
| Binary | 10111111 | 11100110 | 10101111 | 10001 | 0 | 11000 | 1010 | 1100111 | 110100 | 1001111 |
Color Harmonies of #BFE6AF
Complementary color
Monochromatic Colors of #BFE6AF
Black with #BFE6AF
Text Example
Text Example
White with #BFE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE6AF; }
p { color: rgb(191,230,175); }
H1.HeaderClassName
{
color: #BFE6AF;
}
.AnyTagClassName
{
color: #BFE6AF;
}
</style>
background-color css
<style>
a { background-color: #BFE6AF; }
a { background-color: rgb(191,230,175); }
div.DivClassName
{
background-color: #BFE6AF;
}
.BgClassName
{
background-color: #BFE6AF;
}
</style>
border-color css
<style>
span { border-color: #BFE6AF; }
span { border-color: rgb(191,230,175); }
td.TdClassName
{
border-color: #BFE6AF;
}
.TagClassName
{
border-color: #BFE6AF;
}
</style>