Shades of Madang #BFEEBA
Tints of Madang #BFEEBA
RGB
CMYK
RGB Variations
Color information
#BFEEBA (or 0xBFEEBA) is known color: Madang. HEX triplet: BF, EE and BA. RGB value is (191,238,186). Sum of RGB (Red+Green+Blue) = 191+238+186=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEBA is #401145. Grayscale: #DADADA. Windows color (decimal): -4198726 or 12250815. OLE color: 12250815.
HSL color Cylindrical-coordinate representation of color #BFEEBA: hue angle of 114.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFEEBA is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 186 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.07 |
| HSL | 114.23º | 0.6% | 0.83% | - |
| HSV(B) | 114.23º | 0.22% | 0.93% | - |
| XYZ | 60.92 | 75.77 | 57.87 | - |
| YUV | 218.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 186 | 0.20 | 0 | 0.22 | 0.07 | 114.23 | 0.6 | 0.83 |
| Hex | BF | EE | BA | 14 | 0 | 16 | 7 | 72 | 3C | 53 |
| Octal | 277 | 356 | 272 | 24 | 0 | 26 | 7 | 162 | 74 | 123 |
| Binary | 10111111 | 11101110 | 10111010 | 10100 | 0 | 10110 | 111 | 1110010 | 111100 | 1010011 |
Color Harmonies of #BFEEBA
Complementary color
Monochromatic Colors of #BFEEBA
Black with #BFEEBA
Text Example
Text Example
White with #BFEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEBA; }
p { color: rgb(191,238,186); }
H1.HeaderClassName
{
color: #BFEEBA;
}
.AnyTagClassName
{
color: #BFEEBA;
}
</style>
background-color css
<style>
a { background-color: #BFEEBA; }
a { background-color: rgb(191,238,186); }
div.DivClassName
{
background-color: #BFEEBA;
}
.BgClassName
{
background-color: #BFEEBA;
}
</style>
border-color css
<style>
span { border-color: #BFEEBA; }
span { border-color: rgb(191,238,186); }
td.TdClassName
{
border-color: #BFEEBA;
}
.TagClassName
{
border-color: #BFEEBA;
}
</style>