Shades of Madang #BFEBAE
Tints of Madang #BFEBAE
RGB
CMYK
RGB Variations
Color information
#BFEBAE (or 0xBFEBAE) is known color: Madang. HEX triplet: BF, EB and AE. RGB value is (191,235,174). Sum of RGB (Red+Green+Blue) = 191+235+174=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBAE is #401451. Grayscale: #D7D7D7. Windows color (decimal): -4199506 or 11463615. OLE color: 11463615.
HSL color Cylindrical-coordinate representation of color #BFEBAE: hue angle of 103.28º 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 #BFEBAE is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 174 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.08 |
| HSL | 103.28º | 0.6% | 0.8% | - |
| HSV(B) | 103.28º | 0.26% | 0.92% | - |
| XYZ | 58.83 | 73.55 | 51.14 | - |
| YUV | 214.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 174 | 0.19 | 0 | 0.26 | 0.08 | 103.28 | 0.6 | 0.8 |
| Hex | BF | EB | AE | 13 | 0 | 1A | 8 | 67 | 3C | 50 |
| Octal | 277 | 353 | 256 | 23 | 0 | 32 | 10 | 147 | 74 | 120 |
| Binary | 10111111 | 11101011 | 10101110 | 10011 | 0 | 11010 | 1000 | 1100111 | 111100 | 1010000 |
Color Harmonies of #BFEBAE
Complementary color
Monochromatic Colors of #BFEBAE
Black with #BFEBAE
Text Example
Text Example
White with #BFEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBAE; }
p { color: rgb(191,235,174); }
H1.HeaderClassName
{
color: #BFEBAE;
}
.AnyTagClassName
{
color: #BFEBAE;
}
</style>
background-color css
<style>
a { background-color: #BFEBAE; }
a { background-color: rgb(191,235,174); }
div.DivClassName
{
background-color: #BFEBAE;
}
.BgClassName
{
background-color: #BFEBAE;
}
</style>
border-color css
<style>
span { border-color: #BFEBAE; }
span { border-color: rgb(191,235,174); }
td.TdClassName
{
border-color: #BFEBAE;
}
.TagClassName
{
border-color: #BFEBAE;
}
</style>