Shades of Madang #BCEFA7
Tints of Madang #BCEFA7
RGB
CMYK
RGB Variations
Color information
#BCEFA7 (or 0xBCEFA7) is known color: Madang. HEX triplet: BC, EF and A7. RGB value is (188,239,167). Sum of RGB (Red+Green+Blue) = 188+239+167=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEFA7 is #431058. Grayscale: #D7D7D7. Windows color (decimal): -4395097 or 11005884. OLE color: 11005884.
HSL color Cylindrical-coordinate representation of color #BCEFA7: hue angle of 102.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCEFA7 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 167 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.06 |
| HSL | 102.5º | 0.69% | 0.8% | - |
| HSV(B) | 102.5º | 0.3% | 0.94% | - |
| XYZ | 58.58 | 75.21 | 47.99 | - |
| YUV | 215.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 167 | 0.21 | 0 | 0.30 | 0.06 | 102.5 | 0.69 | 0.8 |
| Hex | BC | EF | A7 | 15 | 0 | 1E | 6 | 66 | 45 | 50 |
| Octal | 274 | 357 | 247 | 25 | 0 | 36 | 6 | 146 | 105 | 120 |
| Binary | 10111100 | 11101111 | 10100111 | 10101 | 0 | 11110 | 110 | 1100110 | 1000101 | 1010000 |
Color Harmonies of #BCEFA7
Complementary color
Monochromatic Colors of #BCEFA7
Black with #BCEFA7
Text Example
Text Example
White with #BCEFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFA7; }
p { color: rgb(188,239,167); }
H1.HeaderClassName
{
color: #BCEFA7;
}
.AnyTagClassName
{
color: #BCEFA7;
}
</style>
background-color css
<style>
a { background-color: #BCEFA7; }
a { background-color: rgb(188,239,167); }
div.DivClassName
{
background-color: #BCEFA7;
}
.BgClassName
{
background-color: #BCEFA7;
}
</style>
border-color css
<style>
span { border-color: #BCEFA7; }
span { border-color: rgb(188,239,167); }
td.TdClassName
{
border-color: #BCEFA7;
}
.TagClassName
{
border-color: #BCEFA7;
}
</style>