Shades of Madang #BCF0AD
Tints of Madang #BCF0AD
RGB
CMYK
RGB Variations
Color information
#BCF0AD (or 0xBCF0AD) is known color: Madang. HEX triplet: BC, F0 and AD. RGB value is (188,240,173). Sum of RGB (Red+Green+Blue) = 188+240+173=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF0AD is #430F52. Grayscale: #D9D9D9. Windows color (decimal): -4394835 or 11399356. OLE color: 11399356.
HSL color Cylindrical-coordinate representation of color #BCF0AD: hue angle of 106.57º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCF0AD is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 173 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.06 |
| HSL | 106.57º | 0.69% | 0.81% | - |
| HSV(B) | 106.57º | 0.28% | 0.94% | - |
| XYZ | 59.44 | 76.03 | 51.08 | - |
| YUV | 216.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 173 | 0.22 | 0 | 0.28 | 0.06 | 106.57 | 0.69 | 0.81 |
| Hex | BC | F0 | AD | 16 | 0 | 1C | 6 | 6B | 45 | 51 |
| Octal | 274 | 360 | 255 | 26 | 0 | 34 | 6 | 153 | 105 | 121 |
| Binary | 10111100 | 11110000 | 10101101 | 10110 | 0 | 11100 | 110 | 1101011 | 1000101 | 1010001 |
Color Harmonies of #BCF0AD
Complementary color
Monochromatic Colors of #BCF0AD
Black with #BCF0AD
Text Example
Text Example
White with #BCF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0AD; }
p { color: rgb(188,240,173); }
H1.HeaderClassName
{
color: #BCF0AD;
}
.AnyTagClassName
{
color: #BCF0AD;
}
</style>
background-color css
<style>
a { background-color: #BCF0AD; }
a { background-color: rgb(188,240,173); }
div.DivClassName
{
background-color: #BCF0AD;
}
.BgClassName
{
background-color: #BCF0AD;
}
</style>
border-color css
<style>
span { border-color: #BCF0AD; }
span { border-color: rgb(188,240,173); }
td.TdClassName
{
border-color: #BCF0AD;
}
.TagClassName
{
border-color: #BCF0AD;
}
</style>