Shades of Madang #B8DEAE
Tints of Madang #B8DEAE
RGB
CMYK
RGB Variations
Color information
#B8DEAE (or 0xB8DEAE) is known color: Madang. HEX triplet: B8, DE and AE. RGB value is (184,222,174). Sum of RGB (Red+Green+Blue) = 184+222+174=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DEAE is #472151. Grayscale: #CDCDCD. Windows color (decimal): -4661586 or 11460280. OLE color: 11460280.
HSL color Cylindrical-coordinate representation of color #B8DEAE: hue angle of 107.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8DEAE is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 174 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.13 |
| HSL | 107.5º | 0.42% | 0.78% | - |
| HSV(B) | 107.5º | 0.22% | 0.87% | - |
| XYZ | 53.53 | 65.49 | 49.86 | - |
| YUV | 205.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 174 | 0.17 | 0 | 0.22 | 0.13 | 107.5 | 0.42 | 0.78 |
| Hex | B8 | DE | AE | 11 | 0 | 16 | D | 6C | 2A | 4E |
| Octal | 270 | 336 | 256 | 21 | 0 | 26 | 15 | 154 | 52 | 116 |
| Binary | 10111000 | 11011110 | 10101110 | 10001 | 0 | 10110 | 1101 | 1101100 | 101010 | 1001110 |
Color Harmonies of #B8DEAE
Complementary color
Monochromatic Colors of #B8DEAE
Black with #B8DEAE
Text Example
Text Example
White with #B8DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DEAE; }
p { color: rgb(184,222,174); }
H1.HeaderClassName
{
color: #B8DEAE;
}
.AnyTagClassName
{
color: #B8DEAE;
}
</style>
background-color css
<style>
a { background-color: #B8DEAE; }
a { background-color: rgb(184,222,174); }
div.DivClassName
{
background-color: #B8DEAE;
}
.BgClassName
{
background-color: #B8DEAE;
}
</style>
border-color css
<style>
span { border-color: #B8DEAE; }
span { border-color: rgb(184,222,174); }
td.TdClassName
{
border-color: #B8DEAE;
}
.TagClassName
{
border-color: #B8DEAE;
}
</style>