Shades of Madang #BFEDAD
Tints of Madang #BFEDAD
RGB
CMYK
RGB Variations
Color information
#BFEDAD (or 0xBFEDAD) is known color: Madang. HEX triplet: BF, ED and AD. RGB value is (191,237,173). Sum of RGB (Red+Green+Blue) = 191+237+173=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEDAD is #401252. Grayscale: #D8D8D8. Windows color (decimal): -4198995 or 11398591. OLE color: 11398591.
HSL color Cylindrical-coordinate representation of color #BFEDAD: hue angle of 103.12º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFEDAD is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 173 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.07 |
| HSL | 103.13º | 0.64% | 0.8% | - |
| HSV(B) | 103.13º | 0.27% | 0.93% | - |
| XYZ | 59.31 | 74.66 | 50.82 | - |
| YUV | 215.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 173 | 0.19 | 0 | 0.27 | 0.07 | 103.13 | 0.64 | 0.8 |
| Hex | BF | ED | AD | 13 | 0 | 1B | 7 | 67 | 40 | 50 |
| Octal | 277 | 355 | 255 | 23 | 0 | 33 | 7 | 147 | 100 | 120 |
| Binary | 10111111 | 11101101 | 10101101 | 10011 | 0 | 11011 | 111 | 1100111 | 1000000 | 1010000 |
Color Harmonies of #BFEDAD
Complementary color
Monochromatic Colors of #BFEDAD
Black with #BFEDAD
Text Example
Text Example
White with #BFEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDAD; }
p { color: rgb(191,237,173); }
H1.HeaderClassName
{
color: #BFEDAD;
}
.AnyTagClassName
{
color: #BFEDAD;
}
</style>
background-color css
<style>
a { background-color: #BFEDAD; }
a { background-color: rgb(191,237,173); }
div.DivClassName
{
background-color: #BFEDAD;
}
.BgClassName
{
background-color: #BFEDAD;
}
</style>
border-color css
<style>
span { border-color: #BFEDAD; }
span { border-color: rgb(191,237,173); }
td.TdClassName
{
border-color: #BFEDAD;
}
.TagClassName
{
border-color: #BFEDAD;
}
</style>