Shades of Madang #BFEDB2
Tints of Madang #BFEDB2
RGB
CMYK
RGB Variations
Color information
#BFEDB2 (or 0xBFEDB2) is known color: Madang. HEX triplet: BF, ED and B2. RGB value is (191,237,178). Sum of RGB (Red+Green+Blue) = 191+237+178=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEDB2 is #40124D. Grayscale: #D8D8D8. Windows color (decimal): -4198990 or 11726271. OLE color: 11726271.
HSL color Cylindrical-coordinate representation of color #BFEDB2: hue angle of 106.78º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFEDB2 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 178 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.07 |
| HSL | 106.78º | 0.62% | 0.81% | - |
| HSV(B) | 106.78º | 0.25% | 0.93% | - |
| XYZ | 59.81 | 74.86 | 53.42 | - |
| YUV | 216.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 178 | 0.19 | 0 | 0.25 | 0.07 | 106.78 | 0.62 | 0.81 |
| Hex | BF | ED | B2 | 13 | 0 | 19 | 7 | 6B | 3E | 51 |
| Octal | 277 | 355 | 262 | 23 | 0 | 31 | 7 | 153 | 76 | 121 |
| Binary | 10111111 | 11101101 | 10110010 | 10011 | 0 | 11001 | 111 | 1101011 | 111110 | 1010001 |
Color Harmonies of #BFEDB2
Complementary color
Monochromatic Colors of #BFEDB2
Black with #BFEDB2
Text Example
Text Example
White with #BFEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDB2; }
p { color: rgb(191,237,178); }
H1.HeaderClassName
{
color: #BFEDB2;
}
.AnyTagClassName
{
color: #BFEDB2;
}
</style>
background-color css
<style>
a { background-color: #BFEDB2; }
a { background-color: rgb(191,237,178); }
div.DivClassName
{
background-color: #BFEDB2;
}
.BgClassName
{
background-color: #BFEDB2;
}
</style>
border-color css
<style>
span { border-color: #BFEDB2; }
span { border-color: rgb(191,237,178); }
td.TdClassName
{
border-color: #BFEDB2;
}
.TagClassName
{
border-color: #BFEDB2;
}
</style>