Shades of Madang #BCFBAE
Tints of Madang #BCFBAE
RGB
CMYK
RGB Variations
Color information
#BCFBAE (or 0xBCFBAE) is known color: Madang. HEX triplet: BC, FB and AE. RGB value is (188,251,174). Sum of RGB (Red+Green+Blue) = 188+251+174=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBAE is #430451. Grayscale: #DFDFDF. Windows color (decimal): -4392018 or 11467708. OLE color: 11467708.
HSL color Cylindrical-coordinate representation of color #BCFBAE: hue angle of 109.09º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCFBAE is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 174 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.02 |
| HSL | 109.09º | 0.91% | 0.83% | - |
| HSV(B) | 109.09º | 0.31% | 0.98% | - |
| XYZ | 62.88 | 82.74 | 52.7 | - |
| YUV | 223.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 174 | 0.25 | 0 | 0.31 | 0.02 | 109.09 | 0.91 | 0.83 |
| Hex | BC | FB | AE | 19 | 0 | 1F | 2 | 6D | 5B | 53 |
| Octal | 274 | 373 | 256 | 31 | 0 | 37 | 2 | 155 | 133 | 123 |
| Binary | 10111100 | 11111011 | 10101110 | 11001 | 0 | 11111 | 10 | 1101101 | 1011011 | 1010011 |
Color Harmonies of #BCFBAE
Complementary color
Monochromatic Colors of #BCFBAE
Black with #BCFBAE
Text Example
Text Example
White with #BCFBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBAE; }
p { color: rgb(188,251,174); }
H1.HeaderClassName
{
color: #BCFBAE;
}
.AnyTagClassName
{
color: #BCFBAE;
}
</style>
background-color css
<style>
a { background-color: #BCFBAE; }
a { background-color: rgb(188,251,174); }
div.DivClassName
{
background-color: #BCFBAE;
}
.BgClassName
{
background-color: #BCFBAE;
}
</style>
border-color css
<style>
span { border-color: #BCFBAE; }
span { border-color: rgb(188,251,174); }
td.TdClassName
{
border-color: #BCFBAE;
}
.TagClassName
{
border-color: #BCFBAE;
}
</style>