Shades of Madang #BCEDA8
Tints of Madang #BCEDA8
RGB
CMYK
RGB Variations
Color information
#BCEDA8 (or 0xBCEDA8) is known color: Madang. HEX triplet: BC, ED and A8. RGB value is (188,237,168). Sum of RGB (Red+Green+Blue) = 188+237+168=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEDA8 is #431257. Grayscale: #D6D6D6. Windows color (decimal): -4395608 or 11070908. OLE color: 11070908.
HSL color Cylindrical-coordinate representation of color #BCEDA8: hue angle of 102.61º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCEDA8 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 188 | 237 | 168 | - |
CMYK | 0.21 | 0 | 0.29 | 0.07 |
HSL | 102.61º | 0.66% | 0.79% | - |
HSV(B) | 102.61º | 0.29% | 0.93% | - |
XYZ | 58.09 | 74.09 | 48.28 | - |
YUV | 214.48 | 101.77 | 109.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 237 | 168 | 0.21 | 0 | 0.29 | 0.07 | 102.61 | 0.66 | 0.79 |
Hex | BC | ED | A8 | 15 | 0 | 1D | 7 | 67 | 42 | 4F |
Octal | 274 | 355 | 250 | 25 | 0 | 35 | 7 | 147 | 102 | 117 |
Binary | 10111100 | 11101101 | 10101000 | 10101 | 0 | 11101 | 111 | 1100111 | 1000010 | 1001111 |
Color Harmonies of #BCEDA8
Complementary color
Monochromatic Colors of #BCEDA8
Black with #BCEDA8
Text Example
Text Example
White with #BCEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDA8; }
p { color: rgb(188,237,168); }
H1.HeaderClassName
{
color: #BCEDA8;
}
.AnyTagClassName
{
color: #BCEDA8;
}
</style>
background-color css
<style>
a { background-color: #BCEDA8; }
a { background-color: rgb(188,237,168); }
div.DivClassName
{
background-color: #BCEDA8;
}
.BgClassName
{
background-color: #BCEDA8;
}
</style>
border-color css
<style>
span { border-color: #BCEDA8; }
span { border-color: rgb(188,237,168); }
td.TdClassName
{
border-color: #BCEDA8;
}
.TagClassName
{
border-color: #BCEDA8;
}
</style>