Shades of Madang #BFEDAE
Tints of Madang #BFEDAE
RGB
CMYK
RGB Variations
Color information
#BFEDAE (or 0xBFEDAE) is known color: Madang. HEX triplet: BF, ED and AE. RGB value is (191,237,174). Sum of RGB (Red+Green+Blue) = 191+237+174=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEDAE is #401251. Grayscale: #D8D8D8. Windows color (decimal): -4198994 or 11464127. OLE color: 11464127.
HSL color Cylindrical-coordinate representation of color #BFEDAE: hue angle of 103.81º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFEDAE is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 174 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.07 |
| HSL | 103.81º | 0.64% | 0.81% | - |
| HSV(B) | 103.81º | 0.27% | 0.93% | - |
| XYZ | 59.41 | 74.7 | 51.33 | - |
| YUV | 216.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 174 | 0.19 | 0 | 0.27 | 0.07 | 103.81 | 0.64 | 0.81 |
| Hex | BF | ED | AE | 13 | 0 | 1B | 7 | 68 | 40 | 51 |
| Octal | 277 | 355 | 256 | 23 | 0 | 33 | 7 | 150 | 100 | 121 |
| Binary | 10111111 | 11101101 | 10101110 | 10011 | 0 | 11011 | 111 | 1101000 | 1000000 | 1010001 |
Color Harmonies of #BFEDAE
Complementary color
Monochromatic Colors of #BFEDAE
Black with #BFEDAE
Text Example
Text Example
White with #BFEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDAE; }
p { color: rgb(191,237,174); }
H1.HeaderClassName
{
color: #BFEDAE;
}
.AnyTagClassName
{
color: #BFEDAE;
}
</style>
background-color css
<style>
a { background-color: #BFEDAE; }
a { background-color: rgb(191,237,174); }
div.DivClassName
{
background-color: #BFEDAE;
}
.BgClassName
{
background-color: #BFEDAE;
}
</style>
border-color css
<style>
span { border-color: #BFEDAE; }
span { border-color: rgb(191,237,174); }
td.TdClassName
{
border-color: #BFEDAE;
}
.TagClassName
{
border-color: #BFEDAE;
}
</style>