Shades of Madang #BFEDB4
Tints of Madang #BFEDB4
RGB
CMYK
RGB Variations
Color information
#BFEDB4 (or 0xBFEDB4) is known color: Madang. HEX triplet: BF, ED and B4. RGB value is (191,237,180). Sum of RGB (Red+Green+Blue) = 191+237+180=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDB4 is #40124B. Grayscale: #D8D8D8. Windows color (decimal): -4198988 or 11857343. OLE color: 11857343.
HSL color Cylindrical-coordinate representation of color #BFEDB4: hue angle of 108.42º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFEDB4 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 180 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.07 |
| HSL | 108.42º | 0.61% | 0.82% | - |
| HSV(B) | 108.42º | 0.24% | 0.93% | - |
| XYZ | 60.01 | 74.94 | 54.48 | - |
| YUV | 216.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 180 | 0.19 | 0 | 0.24 | 0.07 | 108.42 | 0.61 | 0.82 |
| Hex | BF | ED | B4 | 13 | 0 | 18 | 7 | 6C | 3D | 52 |
| Octal | 277 | 355 | 264 | 23 | 0 | 30 | 7 | 154 | 75 | 122 |
| Binary | 10111111 | 11101101 | 10110100 | 10011 | 0 | 11000 | 111 | 1101100 | 111101 | 1010010 |
Color Harmonies of #BFEDB4
Complementary color
Monochromatic Colors of #BFEDB4
Black with #BFEDB4
Text Example
Text Example
White with #BFEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDB4; }
p { color: rgb(191,237,180); }
H1.HeaderClassName
{
color: #BFEDB4;
}
.AnyTagClassName
{
color: #BFEDB4;
}
</style>
background-color css
<style>
a { background-color: #BFEDB4; }
a { background-color: rgb(191,237,180); }
div.DivClassName
{
background-color: #BFEDB4;
}
.BgClassName
{
background-color: #BFEDB4;
}
</style>
border-color css
<style>
span { border-color: #BFEDB4; }
span { border-color: rgb(191,237,180); }
td.TdClassName
{
border-color: #BFEDB4;
}
.TagClassName
{
border-color: #BFEDB4;
}
</style>