Shades of Madang #BCDFB3
Tints of Madang #BCDFB3
RGB
CMYK
RGB Variations
Color information
#BCDFB3 (or 0xBCDFB3) is known color: Madang. HEX triplet: BC, DF and B3. RGB value is (188,223,179). Sum of RGB (Red+Green+Blue) = 188+223+179=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFB3 is #43204C. Grayscale: #CFCFCF. Windows color (decimal): -4399181 or 11788220. OLE color: 11788220.
HSL color Cylindrical-coordinate representation of color #BCDFB3: hue angle of 107.73º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDFB3 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 179 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.13 |
| HSL | 107.73º | 0.41% | 0.79% | - |
| HSV(B) | 107.73º | 0.2% | 0.87% | - |
| XYZ | 55.26 | 66.72 | 52.61 | - |
| YUV | 207.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 179 | 0.16 | 0 | 0.20 | 0.13 | 107.73 | 0.41 | 0.79 |
| Hex | BC | DF | B3 | 10 | 0 | 14 | D | 6C | 29 | 4F |
| Octal | 274 | 337 | 263 | 20 | 0 | 24 | 15 | 154 | 51 | 117 |
| Binary | 10111100 | 11011111 | 10110011 | 10000 | 0 | 10100 | 1101 | 1101100 | 101001 | 1001111 |
Color Harmonies of #BCDFB3
Complementary color
Monochromatic Colors of #BCDFB3
Black with #BCDFB3
Text Example
Text Example
White with #BCDFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFB3; }
p { color: rgb(188,223,179); }
H1.HeaderClassName
{
color: #BCDFB3;
}
.AnyTagClassName
{
color: #BCDFB3;
}
</style>
background-color css
<style>
a { background-color: #BCDFB3; }
a { background-color: rgb(188,223,179); }
div.DivClassName
{
background-color: #BCDFB3;
}
.BgClassName
{
background-color: #BCDFB3;
}
</style>
border-color css
<style>
span { border-color: #BCDFB3; }
span { border-color: rgb(188,223,179); }
td.TdClassName
{
border-color: #BCDFB3;
}
.TagClassName
{
border-color: #BCDFB3;
}
</style>