Shades of Madang #BCFFAE
Tints of Madang #BCFFAE
RGB
CMYK
RGB Variations
Color information
#BCFFAE (or 0xBCFFAE) is known color: Madang. HEX triplet: BC, FF and AE. RGB value is (188,255,174). Sum of RGB (Red+Green+Blue) = 188+255+174=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFAE is #430051. Grayscale: #E1E1E1. Windows color (decimal): -4390994 or 11468732. OLE color: 11468732.
HSL color Cylindrical-coordinate representation of color #BCFFAE: hue angle of 109.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCFFAE is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 174 | - |
| CMYK | 0.26 | 0 | 0.32 | 0 |
| HSL | 109.63º | 1% | 0.84% | - |
| HSV(B) | 109.63º | 0.32% | 1% | - |
| XYZ | 64.14 | 85.27 | 53.12 | - |
| YUV | 225.73 | 98.8 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 174 | 0.26 | 0 | 0.32 | 0 | 109.63 | 1 | 0.84 |
| Hex | BC | FF | AE | 1A | 0 | 20 | 0 | 6E | 64 | 54 |
| Octal | 274 | 377 | 256 | 32 | 0 | 40 | 0 | 156 | 144 | 124 |
| Binary | 10111100 | 11111111 | 10101110 | 11010 | 0 | 100000 | 0 | 1101110 | 1100100 | 1010100 |
Color Harmonies of #BCFFAE
Complementary color
Monochromatic Colors of #BCFFAE
Black with #BCFFAE
Text Example
Text Example
White with #BCFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFAE; }
p { color: rgb(188,255,174); }
H1.HeaderClassName
{
color: #BCFFAE;
}
.AnyTagClassName
{
color: #BCFFAE;
}
</style>
background-color css
<style>
a { background-color: #BCFFAE; }
a { background-color: rgb(188,255,174); }
div.DivClassName
{
background-color: #BCFFAE;
}
.BgClassName
{
background-color: #BCFFAE;
}
</style>
border-color css
<style>
span { border-color: #BCFFAE; }
span { border-color: rgb(188,255,174); }
td.TdClassName
{
border-color: #BCFFAE;
}
.TagClassName
{
border-color: #BCFFAE;
}
</style>