Shades of Madang #BCDF9F
Tints of Madang #BCDF9F
RGB
CMYK
RGB Variations
Color information
#BCDF9F (or 0xBCDF9F) is known color: Madang. HEX triplet: BC, DF and 9F. RGB value is (188,223,159). Sum of RGB (Red+Green+Blue) = 188+223+159=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF9F is #432060. Grayscale: #CDCDCD. Windows color (decimal): -4399201 or 10477500. OLE color: 10477500.
HSL color Cylindrical-coordinate representation of color #BCDF9F: hue angle of 92.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCDF9F is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 159 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.13 |
| HSL | 92.81º | 0.5% | 0.75% | - |
| HSV(B) | 92.81º | 0.29% | 0.87% | - |
| XYZ | 53.38 | 65.97 | 42.72 | - |
| YUV | 205.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 159 | 0.16 | 0 | 0.29 | 0.13 | 92.81 | 0.5 | 0.75 |
| Hex | BC | DF | 9F | 10 | 0 | 1D | D | 5D | 32 | 4B |
| Octal | 274 | 337 | 237 | 20 | 0 | 35 | 15 | 135 | 62 | 113 |
| Binary | 10111100 | 11011111 | 10011111 | 10000 | 0 | 11101 | 1101 | 1011101 | 110010 | 1001011 |
Color Harmonies of #BCDF9F
Complementary color
Monochromatic Colors of #BCDF9F
Black with #BCDF9F
Text Example
Text Example
White with #BCDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF9F; }
p { color: rgb(188,223,159); }
H1.HeaderClassName
{
color: #BCDF9F;
}
.AnyTagClassName
{
color: #BCDF9F;
}
</style>
background-color css
<style>
a { background-color: #BCDF9F; }
a { background-color: rgb(188,223,159); }
div.DivClassName
{
background-color: #BCDF9F;
}
.BgClassName
{
background-color: #BCDF9F;
}
</style>
border-color css
<style>
span { border-color: #BCDF9F; }
span { border-color: rgb(188,223,159); }
td.TdClassName
{
border-color: #BCDF9F;
}
.TagClassName
{
border-color: #BCDF9F;
}
</style>