Shades of Madang #BCF8B3
Tints of Madang #BCF8B3
RGB
CMYK
RGB Variations
Color information
#BCF8B3 (or 0xBCF8B3) is known color: Madang. HEX triplet: BC, F8 and B3. RGB value is (188,248,179). Sum of RGB (Red+Green+Blue) = 188+248+179=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8B3 is #43074C. Grayscale: #DEDEDE. Windows color (decimal): -4392781 or 11794620. OLE color: 11794620.
HSL color Cylindrical-coordinate representation of color #BCF8B3: hue angle of 112.17º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCF8B3 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 179 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.03 |
| HSL | 112.17º | 0.83% | 0.84% | - |
| HSV(B) | 112.17º | 0.28% | 0.97% | - |
| XYZ | 62.44 | 81.08 | 55.01 | - |
| YUV | 222.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 179 | 0.24 | 0 | 0.28 | 0.03 | 112.17 | 0.83 | 0.84 |
| Hex | BC | F8 | B3 | 18 | 0 | 1C | 3 | 70 | 53 | 54 |
| Octal | 274 | 370 | 263 | 30 | 0 | 34 | 3 | 160 | 123 | 124 |
| Binary | 10111100 | 11111000 | 10110011 | 11000 | 0 | 11100 | 11 | 1110000 | 1010011 | 1010100 |
Color Harmonies of #BCF8B3
Complementary color
Monochromatic Colors of #BCF8B3
Black with #BCF8B3
Text Example
Text Example
White with #BCF8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8B3; }
p { color: rgb(188,248,179); }
H1.HeaderClassName
{
color: #BCF8B3;
}
.AnyTagClassName
{
color: #BCF8B3;
}
</style>
background-color css
<style>
a { background-color: #BCF8B3; }
a { background-color: rgb(188,248,179); }
div.DivClassName
{
background-color: #BCF8B3;
}
.BgClassName
{
background-color: #BCF8B3;
}
</style>
border-color css
<style>
span { border-color: #BCF8B3; }
span { border-color: rgb(188,248,179); }
td.TdClassName
{
border-color: #BCF8B3;
}
.TagClassName
{
border-color: #BCF8B3;
}
</style>