Shades of Madang #BFEBAF
Tints of Madang #BFEBAF
RGB
CMYK
RGB Variations
Color information
#BFEBAF (or 0xBFEBAF) is known color: Madang. HEX triplet: BF, EB and AF. RGB value is (191,235,175). Sum of RGB (Red+Green+Blue) = 191+235+175=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBAF is #401450. Grayscale: #D7D7D7. Windows color (decimal): -4199505 or 11529151. OLE color: 11529151.
HSL color Cylindrical-coordinate representation of color #BFEBAF: hue angle of 104º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFEBAF is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 175 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.08 |
| HSL | 104º | 0.6% | 0.8% | - |
| HSV(B) | 104º | 0.26% | 0.92% | - |
| XYZ | 58.93 | 73.59 | 51.66 | - |
| YUV | 215 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 175 | 0.19 | 0 | 0.26 | 0.08 | 104 | 0.6 | 0.8 |
| Hex | BF | EB | AF | 13 | 0 | 1A | 8 | 68 | 3C | 50 |
| Octal | 277 | 353 | 257 | 23 | 0 | 32 | 10 | 150 | 74 | 120 |
| Binary | 10111111 | 11101011 | 10101111 | 10011 | 0 | 11010 | 1000 | 1101000 | 111100 | 1010000 |
Color Harmonies of #BFEBAF
Complementary color
Monochromatic Colors of #BFEBAF
Black with #BFEBAF
Text Example
Text Example
White with #BFEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBAF; }
p { color: rgb(191,235,175); }
H1.HeaderClassName
{
color: #BFEBAF;
}
.AnyTagClassName
{
color: #BFEBAF;
}
</style>
background-color css
<style>
a { background-color: #BFEBAF; }
a { background-color: rgb(191,235,175); }
div.DivClassName
{
background-color: #BFEBAF;
}
.BgClassName
{
background-color: #BFEBAF;
}
</style>
border-color css
<style>
span { border-color: #BFEBAF; }
span { border-color: rgb(191,235,175); }
td.TdClassName
{
border-color: #BFEBAF;
}
.TagClassName
{
border-color: #BFEBAF;
}
</style>