Shades of Madang #BCF8B4
Tints of Madang #BCF8B4
RGB
CMYK
RGB Variations
Color information
#BCF8B4 (or 0xBCF8B4) is known color: Madang. HEX triplet: BC, F8 and B4. RGB value is (188,248,180). Sum of RGB (Red+Green+Blue) = 188+248+180=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8B4 is #43074B. Grayscale: #DEDEDE. Windows color (decimal): -4392780 or 11860156. OLE color: 11860156.
HSL color Cylindrical-coordinate representation of color #BCF8B4: hue angle of 112.94º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCF8B4 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 180 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.03 |
| HSL | 112.94º | 0.83% | 0.84% | - |
| HSV(B) | 112.94º | 0.27% | 0.97% | - |
| XYZ | 62.54 | 81.12 | 55.54 | - |
| YUV | 222.31 | 104.12 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 180 | 0.24 | 0 | 0.27 | 0.03 | 112.94 | 0.83 | 0.84 |
| Hex | BC | F8 | B4 | 18 | 0 | 1B | 3 | 71 | 53 | 54 |
| Octal | 274 | 370 | 264 | 30 | 0 | 33 | 3 | 161 | 123 | 124 |
| Binary | 10111100 | 11111000 | 10110100 | 11000 | 0 | 11011 | 11 | 1110001 | 1010011 | 1010100 |
Color Harmonies of #BCF8B4
Complementary color
Monochromatic Colors of #BCF8B4
Black with #BCF8B4
Text Example
Text Example
White with #BCF8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8B4; }
p { color: rgb(188,248,180); }
H1.HeaderClassName
{
color: #BCF8B4;
}
.AnyTagClassName
{
color: #BCF8B4;
}
</style>
background-color css
<style>
a { background-color: #BCF8B4; }
a { background-color: rgb(188,248,180); }
div.DivClassName
{
background-color: #BCF8B4;
}
.BgClassName
{
background-color: #BCF8B4;
}
</style>
border-color css
<style>
span { border-color: #BCF8B4; }
span { border-color: rgb(188,248,180); }
td.TdClassName
{
border-color: #BCF8B4;
}
.TagClassName
{
border-color: #BCF8B4;
}
</style>