Shades of Madang #BCFAA5
Tints of Madang #BCFAA5
RGB
CMYK
RGB Variations
Color information
#BCFAA5 (or 0xBCFAA5) is known color: Madang. HEX triplet: BC, FA and A5. RGB value is (188,250,165). Sum of RGB (Red+Green+Blue) = 188+250+165=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAA5 is #43055A. Grayscale: #DEDEDE. Windows color (decimal): -4392283 or 10877628. OLE color: 10877628.
HSL color Cylindrical-coordinate representation of color #BCFAA5: hue angle of 103.76º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCFAA5 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 165 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.02 |
| HSL | 103.76º | 0.89% | 0.81% | - |
| HSV(B) | 103.76º | 0.34% | 0.98% | - |
| XYZ | 61.72 | 81.78 | 48.13 | - |
| YUV | 221.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 165 | 0.25 | 0 | 0.34 | 0.02 | 103.76 | 0.89 | 0.81 |
| Hex | BC | FA | A5 | 19 | 0 | 22 | 2 | 68 | 59 | 51 |
| Octal | 274 | 372 | 245 | 31 | 0 | 42 | 2 | 150 | 131 | 121 |
| Binary | 10111100 | 11111010 | 10100101 | 11001 | 0 | 100010 | 10 | 1101000 | 1011001 | 1010001 |
Color Harmonies of #BCFAA5
Complementary color
Monochromatic Colors of #BCFAA5
Black with #BCFAA5
Text Example
Text Example
White with #BCFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAA5; }
p { color: rgb(188,250,165); }
H1.HeaderClassName
{
color: #BCFAA5;
}
.AnyTagClassName
{
color: #BCFAA5;
}
</style>
background-color css
<style>
a { background-color: #BCFAA5; }
a { background-color: rgb(188,250,165); }
div.DivClassName
{
background-color: #BCFAA5;
}
.BgClassName
{
background-color: #BCFAA5;
}
</style>
border-color css
<style>
span { border-color: #BCFAA5; }
span { border-color: rgb(188,250,165); }
td.TdClassName
{
border-color: #BCFAA5;
}
.TagClassName
{
border-color: #BCFAA5;
}
</style>