Shades of Madang #B4FAAE
Tints of Madang #B4FAAE
RGB
CMYK
RGB Variations
Color information
#B4FAAE (or 0xB4FAAE) is known color: Madang. HEX triplet: B4, FA and AE. RGB value is (180,250,174). Sum of RGB (Red+Green+Blue) = 180+250+174=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FAAE is #4B0551. Grayscale: #DCDCDC. Windows color (decimal): -4916562 or 11467444. OLE color: 11467444.
HSL color Cylindrical-coordinate representation of color #B4FAAE: hue angle of 115.26º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4FAAE is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 174 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.02 |
| HSL | 115.26º | 0.88% | 0.83% | - |
| HSV(B) | 115.26º | 0.3% | 0.98% | - |
| XYZ | 60.65 | 81.13 | 52.51 | - |
| YUV | 220.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 174 | 0.28 | 0 | 0.30 | 0.02 | 115.26 | 0.88 | 0.83 |
| Hex | B4 | FA | AE | 1C | 0 | 1E | 2 | 73 | 58 | 53 |
| Octal | 264 | 372 | 256 | 34 | 0 | 36 | 2 | 163 | 130 | 123 |
| Binary | 10110100 | 11111010 | 10101110 | 11100 | 0 | 11110 | 10 | 1110011 | 1011000 | 1010011 |
Color Harmonies of #B4FAAE
Complementary color
Monochromatic Colors of #B4FAAE
Black with #B4FAAE
Text Example
Text Example
White with #B4FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FAAE; }
p { color: rgb(180,250,174); }
H1.HeaderClassName
{
color: #B4FAAE;
}
.AnyTagClassName
{
color: #B4FAAE;
}
</style>
background-color css
<style>
a { background-color: #B4FAAE; }
a { background-color: rgb(180,250,174); }
div.DivClassName
{
background-color: #B4FAAE;
}
.BgClassName
{
background-color: #B4FAAE;
}
</style>
border-color css
<style>
span { border-color: #B4FAAE; }
span { border-color: rgb(180,250,174); }
td.TdClassName
{
border-color: #B4FAAE;
}
.TagClassName
{
border-color: #B4FAAE;
}
</style>