Shades of Madang #BFEBAA
Tints of Madang #BFEBAA
RGB
CMYK
RGB Variations
Color information
#BFEBAA (or 0xBFEBAA) is known color: Madang. HEX triplet: BF, EB and AA. RGB value is (191,235,170). Sum of RGB (Red+Green+Blue) = 191+235+170=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBAA is #401455. Grayscale: #D6D6D6. Windows color (decimal): -4199510 or 11201471. OLE color: 11201471.
HSL color Cylindrical-coordinate representation of color #BFEBAA: hue angle of 100.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFEBAA is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 170 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.08 |
| HSL | 100.62º | 0.62% | 0.79% | - |
| HSV(B) | 100.62º | 0.28% | 0.92% | - |
| XYZ | 58.45 | 73.4 | 49.12 | - |
| YUV | 214.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 170 | 0.19 | 0 | 0.28 | 0.08 | 100.62 | 0.62 | 0.79 |
| Hex | BF | EB | AA | 13 | 0 | 1C | 8 | 65 | 3E | 4F |
| Octal | 277 | 353 | 252 | 23 | 0 | 34 | 10 | 145 | 76 | 117 |
| Binary | 10111111 | 11101011 | 10101010 | 10011 | 0 | 11100 | 1000 | 1100101 | 111110 | 1001111 |
Color Harmonies of #BFEBAA
Complementary color
Monochromatic Colors of #BFEBAA
Black with #BFEBAA
Text Example
Text Example
White with #BFEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBAA; }
p { color: rgb(191,235,170); }
H1.HeaderClassName
{
color: #BFEBAA;
}
.AnyTagClassName
{
color: #BFEBAA;
}
</style>
background-color css
<style>
a { background-color: #BFEBAA; }
a { background-color: rgb(191,235,170); }
div.DivClassName
{
background-color: #BFEBAA;
}
.BgClassName
{
background-color: #BFEBAA;
}
</style>
border-color css
<style>
span { border-color: #BFEBAA; }
span { border-color: rgb(191,235,170); }
td.TdClassName
{
border-color: #BFEBAA;
}
.TagClassName
{
border-color: #BFEBAA;
}
</style>