Shades of Madang #BFEAAE
Tints of Madang #BFEAAE
RGB
CMYK
RGB Variations
Color information
#BFEAAE (or 0xBFEAAE) is known color: Madang. HEX triplet: BF, EA and AE. RGB value is (191,234,174). Sum of RGB (Red+Green+Blue) = 191+234+174=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEAAE is #401551. Grayscale: #D6D6D6. Windows color (decimal): -4199762 or 11463359. OLE color: 11463359.
HSL color Cylindrical-coordinate representation of color #BFEAAE: hue angle of 103º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFEAAE is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 174 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.08 |
| HSL | 103º | 0.59% | 0.8% | - |
| HSV(B) | 103º | 0.26% | 0.92% | - |
| XYZ | 58.55 | 72.98 | 51.04 | - |
| YUV | 214.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 174 | 0.18 | 0 | 0.26 | 0.08 | 103 | 0.59 | 0.8 |
| Hex | BF | EA | AE | 12 | 0 | 1A | 8 | 67 | 3B | 50 |
| Octal | 277 | 352 | 256 | 22 | 0 | 32 | 10 | 147 | 73 | 120 |
| Binary | 10111111 | 11101010 | 10101110 | 10010 | 0 | 11010 | 1000 | 1100111 | 111011 | 1010000 |
Color Harmonies of #BFEAAE
Complementary color
Monochromatic Colors of #BFEAAE
Black with #BFEAAE
Text Example
Text Example
White with #BFEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAAE; }
p { color: rgb(191,234,174); }
H1.HeaderClassName
{
color: #BFEAAE;
}
.AnyTagClassName
{
color: #BFEAAE;
}
</style>
background-color css
<style>
a { background-color: #BFEAAE; }
a { background-color: rgb(191,234,174); }
div.DivClassName
{
background-color: #BFEAAE;
}
.BgClassName
{
background-color: #BFEAAE;
}
</style>
border-color css
<style>
span { border-color: #BFEAAE; }
span { border-color: rgb(191,234,174); }
td.TdClassName
{
border-color: #BFEAAE;
}
.TagClassName
{
border-color: #BFEAAE;
}
</style>