Shades of Madang #BCFDA2
Tints of Madang #BCFDA2
RGB
CMYK
RGB Variations
Color information
#BCFDA2 (or 0xBCFDA2) is known color: Madang. HEX triplet: BC, FD and A2. RGB value is (188,253,162). Sum of RGB (Red+Green+Blue) = 188+253+162=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFDA2 is #43025D. Grayscale: #DFDFDF. Windows color (decimal): -4391518 or 10681788. OLE color: 10681788.
HSL color Cylindrical-coordinate representation of color #BCFDA2: hue angle of 102.86º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCFDA2 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 162 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.01 |
| HSL | 102.86º | 0.96% | 0.81% | - |
| HSV(B) | 102.86º | 0.36% | 0.99% | - |
| XYZ | 62.39 | 83.55 | 47.02 | - |
| YUV | 223.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 162 | 0.26 | 0 | 0.36 | 0.01 | 102.86 | 0.96 | 0.81 |
| Hex | BC | FD | A2 | 1A | 0 | 24 | 1 | 67 | 60 | 51 |
| Octal | 274 | 375 | 242 | 32 | 0 | 44 | 1 | 147 | 140 | 121 |
| Binary | 10111100 | 11111101 | 10100010 | 11010 | 0 | 100100 | 1 | 1100111 | 1100000 | 1010001 |
Color Harmonies of #BCFDA2
Complementary color
Monochromatic Colors of #BCFDA2
Black with #BCFDA2
Text Example
Text Example
White with #BCFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDA2; }
p { color: rgb(188,253,162); }
H1.HeaderClassName
{
color: #BCFDA2;
}
.AnyTagClassName
{
color: #BCFDA2;
}
</style>
background-color css
<style>
a { background-color: #BCFDA2; }
a { background-color: rgb(188,253,162); }
div.DivClassName
{
background-color: #BCFDA2;
}
.BgClassName
{
background-color: #BCFDA2;
}
</style>
border-color css
<style>
span { border-color: #BCFDA2; }
span { border-color: rgb(188,253,162); }
td.TdClassName
{
border-color: #BCFDA2;
}
.TagClassName
{
border-color: #BCFDA2;
}
</style>