Shades of Madang #BCEDA7
Tints of Madang #BCEDA7
RGB
CMYK
RGB Variations
Color information
#BCEDA7 (or 0xBCEDA7) is known color: Madang. HEX triplet: BC, ED and A7. RGB value is (188,237,167). Sum of RGB (Red+Green+Blue) = 188+237+167=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEDA7 is #431258. Grayscale: #D6D6D6. Windows color (decimal): -4395609 or 11005372. OLE color: 11005372.
HSL color Cylindrical-coordinate representation of color #BCEDA7: hue angle of 102º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCEDA7 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 167 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.07 |
| HSL | 102º | 0.66% | 0.79% | - |
| HSV(B) | 102º | 0.3% | 0.93% | - |
| XYZ | 58 | 74.05 | 47.8 | - |
| YUV | 214.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 167 | 0.21 | 0 | 0.30 | 0.07 | 102 | 0.66 | 0.79 |
| Hex | BC | ED | A7 | 15 | 0 | 1E | 7 | 66 | 42 | 4F |
| Octal | 274 | 355 | 247 | 25 | 0 | 36 | 7 | 146 | 102 | 117 |
| Binary | 10111100 | 11101101 | 10100111 | 10101 | 0 | 11110 | 111 | 1100110 | 1000010 | 1001111 |
Color Harmonies of #BCEDA7
Complementary color
Monochromatic Colors of #BCEDA7
Black with #BCEDA7
Text Example
Text Example
White with #BCEDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDA7; }
p { color: rgb(188,237,167); }
H1.HeaderClassName
{
color: #BCEDA7;
}
.AnyTagClassName
{
color: #BCEDA7;
}
</style>
background-color css
<style>
a { background-color: #BCEDA7; }
a { background-color: rgb(188,237,167); }
div.DivClassName
{
background-color: #BCEDA7;
}
.BgClassName
{
background-color: #BCEDA7;
}
</style>
border-color css
<style>
span { border-color: #BCEDA7; }
span { border-color: rgb(188,237,167); }
td.TdClassName
{
border-color: #BCEDA7;
}
.TagClassName
{
border-color: #BCEDA7;
}
</style>