Shades of Madang #BCEDAF
Tints of Madang #BCEDAF
RGB
CMYK
RGB Variations
Color information
#BCEDAF (or 0xBCEDAF) is known color: Madang. HEX triplet: BC, ED and AF. RGB value is (188,237,175). Sum of RGB (Red+Green+Blue) = 188+237+175=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEDAF is #431250. Grayscale: #D7D7D7. Windows color (decimal): -4395601 or 11529660. OLE color: 11529660.
HSL color Cylindrical-coordinate representation of color #BCEDAF: hue angle of 107.42º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCEDAF is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 175 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.07 |
| HSL | 107.42º | 0.63% | 0.81% | - |
| HSV(B) | 107.42º | 0.26% | 0.93% | - |
| XYZ | 58.76 | 74.35 | 51.81 | - |
| YUV | 215.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 175 | 0.21 | 0 | 0.26 | 0.07 | 107.42 | 0.63 | 0.81 |
| Hex | BC | ED | AF | 15 | 0 | 1A | 7 | 6B | 3F | 51 |
| Octal | 274 | 355 | 257 | 25 | 0 | 32 | 7 | 153 | 77 | 121 |
| Binary | 10111100 | 11101101 | 10101111 | 10101 | 0 | 11010 | 111 | 1101011 | 111111 | 1010001 |
Color Harmonies of #BCEDAF
Complementary color
Monochromatic Colors of #BCEDAF
Black with #BCEDAF
Text Example
Text Example
White with #BCEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDAF; }
p { color: rgb(188,237,175); }
H1.HeaderClassName
{
color: #BCEDAF;
}
.AnyTagClassName
{
color: #BCEDAF;
}
</style>
background-color css
<style>
a { background-color: #BCEDAF; }
a { background-color: rgb(188,237,175); }
div.DivClassName
{
background-color: #BCEDAF;
}
.BgClassName
{
background-color: #BCEDAF;
}
</style>
border-color css
<style>
span { border-color: #BCEDAF; }
span { border-color: rgb(188,237,175); }
td.TdClassName
{
border-color: #BCEDAF;
}
.TagClassName
{
border-color: #BCEDAF;
}
</style>