Shades of Madang #BEFDAB
Tints of Madang #BEFDAB
RGB
CMYK
RGB Variations
Color information
#BEFDAB (or 0xBEFDAB) is known color: Madang. HEX triplet: BE, FD and AB. RGB value is (190,253,171). Sum of RGB (Red+Green+Blue) = 190+253+171=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFDAB is #410254. Grayscale: #E1E1E1. Windows color (decimal): -4260437 or 11271614. OLE color: 11271614.
HSL color Cylindrical-coordinate representation of color #BEFDAB: hue angle of 106.1º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEFDAB is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 171 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.01 |
| HSL | 106.1º | 0.95% | 0.83% | - |
| HSV(B) | 106.1º | 0.32% | 0.99% | - |
| XYZ | 63.71 | 84.14 | 51.41 | - |
| YUV | 224.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 171 | 0.25 | 0 | 0.32 | 0.01 | 106.1 | 0.95 | 0.83 |
| Hex | BE | FD | AB | 19 | 0 | 20 | 1 | 6A | 5F | 53 |
| Octal | 276 | 375 | 253 | 31 | 0 | 40 | 1 | 152 | 137 | 123 |
| Binary | 10111110 | 11111101 | 10101011 | 11001 | 0 | 100000 | 1 | 1101010 | 1011111 | 1010011 |
Color Harmonies of #BEFDAB
Complementary color
Monochromatic Colors of #BEFDAB
Black with #BEFDAB
Text Example
Text Example
White with #BEFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDAB; }
p { color: rgb(190,253,171); }
H1.HeaderClassName
{
color: #BEFDAB;
}
.AnyTagClassName
{
color: #BEFDAB;
}
</style>
background-color css
<style>
a { background-color: #BEFDAB; }
a { background-color: rgb(190,253,171); }
div.DivClassName
{
background-color: #BEFDAB;
}
.BgClassName
{
background-color: #BEFDAB;
}
</style>
border-color css
<style>
span { border-color: #BEFDAB; }
span { border-color: rgb(190,253,171); }
td.TdClassName
{
border-color: #BEFDAB;
}
.TagClassName
{
border-color: #BEFDAB;
}
</style>