Shades of Madang #BCFAA3
Tints of Madang #BCFAA3
RGB
CMYK
RGB Variations
Color information
#BCFAA3 (or 0xBCFAA3) is known color: Madang. HEX triplet: BC, FA and A3. RGB value is (188,250,163). Sum of RGB (Red+Green+Blue) = 188+250+163=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAA3 is #43055C. Grayscale: #DDDDDD. Windows color (decimal): -4392285 or 10746556. OLE color: 10746556.
HSL color Cylindrical-coordinate representation of color #BCFAA3: hue angle of 102.76º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCFAA3 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 163 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.02 |
| HSL | 102.76º | 0.9% | 0.81% | - |
| HSV(B) | 102.76º | 0.35% | 0.98% | - |
| XYZ | 61.54 | 81.71 | 47.18 | - |
| YUV | 221.54 | 94.96 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 163 | 0.25 | 0 | 0.35 | 0.02 | 102.76 | 0.9 | 0.81 |
| Hex | BC | FA | A3 | 19 | 0 | 23 | 2 | 67 | 5A | 51 |
| Octal | 274 | 372 | 243 | 31 | 0 | 43 | 2 | 147 | 132 | 121 |
| Binary | 10111100 | 11111010 | 10100011 | 11001 | 0 | 100011 | 10 | 1100111 | 1011010 | 1010001 |
Color Harmonies of #BCFAA3
Complementary color
Monochromatic Colors of #BCFAA3
Black with #BCFAA3
Text Example
Text Example
White with #BCFAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAA3; }
p { color: rgb(188,250,163); }
H1.HeaderClassName
{
color: #BCFAA3;
}
.AnyTagClassName
{
color: #BCFAA3;
}
</style>
background-color css
<style>
a { background-color: #BCFAA3; }
a { background-color: rgb(188,250,163); }
div.DivClassName
{
background-color: #BCFAA3;
}
.BgClassName
{
background-color: #BCFAA3;
}
</style>
border-color css
<style>
span { border-color: #BCFAA3; }
span { border-color: rgb(188,250,163); }
td.TdClassName
{
border-color: #BCFAA3;
}
.TagClassName
{
border-color: #BCFAA3;
}
</style>