Shades of Madang #BFDEAE
Tints of Madang #BFDEAE
RGB
CMYK
RGB Variations
Color information
#BFDEAE (or 0xBFDEAE) is known color: Madang. HEX triplet: BF, DE and AE. RGB value is (191,222,174). Sum of RGB (Red+Green+Blue) = 191+222+174=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDEAE is #402151. Grayscale: #CFCFCF. Windows color (decimal): -4202834 or 11460287. OLE color: 11460287.
HSL color Cylindrical-coordinate representation of color #BFDEAE: hue angle of 98.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDEAE is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 174 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.13 |
| HSL | 98.75º | 0.42% | 0.78% | - |
| HSV(B) | 98.75º | 0.22% | 0.87% | - |
| XYZ | 55.25 | 66.37 | 49.94 | - |
| YUV | 207.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 174 | 0.14 | 0 | 0.22 | 0.13 | 98.75 | 0.42 | 0.78 |
| Hex | BF | DE | AE | E | 0 | 16 | D | 63 | 2A | 4E |
| Octal | 277 | 336 | 256 | 16 | 0 | 26 | 15 | 143 | 52 | 116 |
| Binary | 10111111 | 11011110 | 10101110 | 1110 | 0 | 10110 | 1101 | 1100011 | 101010 | 1001110 |
Color Harmonies of #BFDEAE
Complementary color
Monochromatic Colors of #BFDEAE
Black with #BFDEAE
Text Example
Text Example
White with #BFDEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEAE; }
p { color: rgb(191,222,174); }
H1.HeaderClassName
{
color: #BFDEAE;
}
.AnyTagClassName
{
color: #BFDEAE;
}
</style>
background-color css
<style>
a { background-color: #BFDEAE; }
a { background-color: rgb(191,222,174); }
div.DivClassName
{
background-color: #BFDEAE;
}
.BgClassName
{
background-color: #BFDEAE;
}
</style>
border-color css
<style>
span { border-color: #BFDEAE; }
span { border-color: rgb(191,222,174); }
td.TdClassName
{
border-color: #BFDEAE;
}
.TagClassName
{
border-color: #BFDEAE;
}
</style>