Shades of Madang #BFEBB8
Tints of Madang #BFEBB8
RGB
CMYK
RGB Variations
Color information
#BFEBB8 (or 0xBFEBB8) is known color: Madang. HEX triplet: BF, EB and B8. RGB value is (191,235,184). Sum of RGB (Red+Green+Blue) = 191+235+184=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBB8 is #401447. Grayscale: #D8D8D8. Windows color (decimal): -4199496 or 12118975. OLE color: 12118975.
HSL color Cylindrical-coordinate representation of color #BFEBB8: hue angle of 111.76º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFEBB8 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 184 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.08 |
| HSL | 111.76º | 0.56% | 0.82% | - |
| HSV(B) | 111.76º | 0.22% | 0.92% | - |
| XYZ | 59.85 | 73.95 | 56.47 | - |
| YUV | 216.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 184 | 0.19 | 0 | 0.22 | 0.08 | 111.76 | 0.56 | 0.82 |
| Hex | BF | EB | B8 | 13 | 0 | 16 | 8 | 70 | 38 | 52 |
| Octal | 277 | 353 | 270 | 23 | 0 | 26 | 10 | 160 | 70 | 122 |
| Binary | 10111111 | 11101011 | 10111000 | 10011 | 0 | 10110 | 1000 | 1110000 | 111000 | 1010010 |
Color Harmonies of #BFEBB8
Complementary color
Monochromatic Colors of #BFEBB8
Black with #BFEBB8
Text Example
Text Example
White with #BFEBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBB8; }
p { color: rgb(191,235,184); }
H1.HeaderClassName
{
color: #BFEBB8;
}
.AnyTagClassName
{
color: #BFEBB8;
}
</style>
background-color css
<style>
a { background-color: #BFEBB8; }
a { background-color: rgb(191,235,184); }
div.DivClassName
{
background-color: #BFEBB8;
}
.BgClassName
{
background-color: #BFEBB8;
}
</style>
border-color css
<style>
span { border-color: #BFEBB8; }
span { border-color: rgb(191,235,184); }
td.TdClassName
{
border-color: #BFEBB8;
}
.TagClassName
{
border-color: #BFEBB8;
}
</style>