Shades of Madang #BCF3B6
Tints of Madang #BCF3B6
RGB
CMYK
RGB Variations
Color information
#BCF3B6 (or 0xBCF3B6) is known color: Madang. HEX triplet: BC, F3 and B6. RGB value is (188,243,182). Sum of RGB (Red+Green+Blue) = 188+243+182=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3B6 is #430C49. Grayscale: #DBDBDB. Windows color (decimal): -4394058 or 11989948. OLE color: 11989948.
HSL color Cylindrical-coordinate representation of color #BCF3B6: hue angle of 114.1º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF3B6 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 182 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.05 |
| HSL | 114.1º | 0.72% | 0.83% | - |
| HSV(B) | 114.1º | 0.25% | 0.95% | - |
| XYZ | 61.23 | 78.17 | 56.12 | - |
| YUV | 219.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 182 | 0.23 | 0 | 0.25 | 0.05 | 114.1 | 0.72 | 0.83 |
| Hex | BC | F3 | B6 | 17 | 0 | 19 | 5 | 72 | 48 | 53 |
| Octal | 274 | 363 | 266 | 27 | 0 | 31 | 5 | 162 | 110 | 123 |
| Binary | 10111100 | 11110011 | 10110110 | 10111 | 0 | 11001 | 101 | 1110010 | 1001000 | 1010011 |
Color Harmonies of #BCF3B6
Complementary color
Monochromatic Colors of #BCF3B6
Black with #BCF3B6
Text Example
Text Example
White with #BCF3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3B6; }
p { color: rgb(188,243,182); }
H1.HeaderClassName
{
color: #BCF3B6;
}
.AnyTagClassName
{
color: #BCF3B6;
}
</style>
background-color css
<style>
a { background-color: #BCF3B6; }
a { background-color: rgb(188,243,182); }
div.DivClassName
{
background-color: #BCF3B6;
}
.BgClassName
{
background-color: #BCF3B6;
}
</style>
border-color css
<style>
span { border-color: #BCF3B6; }
span { border-color: rgb(188,243,182); }
td.TdClassName
{
border-color: #BCF3B6;
}
.TagClassName
{
border-color: #BCF3B6;
}
</style>