Shades of Madang #BCEDAE
Tints of Madang #BCEDAE
RGB
CMYK
RGB Variations
Color information
#BCEDAE (or 0xBCEDAE) is known color: Madang. HEX triplet: BC, ED and AE. RGB value is (188,237,174). Sum of RGB (Red+Green+Blue) = 188+237+174=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEDAE is #431251. Grayscale: #D7D7D7. Windows color (decimal): -4395602 or 11464124. OLE color: 11464124.
HSL color Cylindrical-coordinate representation of color #BCEDAE: hue angle of 106.67º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCEDAE is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 174 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.07 |
| HSL | 106.67º | 0.64% | 0.81% | - |
| HSV(B) | 106.67º | 0.27% | 0.93% | - |
| XYZ | 58.66 | 74.32 | 51.3 | - |
| YUV | 215.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 174 | 0.21 | 0 | 0.27 | 0.07 | 106.67 | 0.64 | 0.81 |
| Hex | BC | ED | AE | 15 | 0 | 1B | 7 | 6B | 40 | 51 |
| Octal | 274 | 355 | 256 | 25 | 0 | 33 | 7 | 153 | 100 | 121 |
| Binary | 10111100 | 11101101 | 10101110 | 10101 | 0 | 11011 | 111 | 1101011 | 1000000 | 1010001 |
Color Harmonies of #BCEDAE
Complementary color
Monochromatic Colors of #BCEDAE
Black with #BCEDAE
Text Example
Text Example
White with #BCEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDAE; }
p { color: rgb(188,237,174); }
H1.HeaderClassName
{
color: #BCEDAE;
}
.AnyTagClassName
{
color: #BCEDAE;
}
</style>
background-color css
<style>
a { background-color: #BCEDAE; }
a { background-color: rgb(188,237,174); }
div.DivClassName
{
background-color: #BCEDAE;
}
.BgClassName
{
background-color: #BCEDAE;
}
</style>
border-color css
<style>
span { border-color: #BCEDAE; }
span { border-color: rgb(188,237,174); }
td.TdClassName
{
border-color: #BCEDAE;
}
.TagClassName
{
border-color: #BCEDAE;
}
</style>