Shades of Madang #BCF3B0
Tints of Madang #BCF3B0
RGB
CMYK
RGB Variations
Color information
#BCF3B0 (or 0xBCF3B0) is known color: Madang. HEX triplet: BC, F3 and B0. RGB value is (188,243,176). Sum of RGB (Red+Green+Blue) = 188+243+176=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF3B0 is #430C4F. Grayscale: #DBDBDB. Windows color (decimal): -4394064 or 11596732. OLE color: 11596732.
HSL color Cylindrical-coordinate representation of color #BCF3B0: hue angle of 109.25º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCF3B0 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 176 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.05 |
| HSL | 109.25º | 0.74% | 0.82% | - |
| HSV(B) | 109.25º | 0.28% | 0.95% | - |
| XYZ | 60.63 | 77.93 | 52.92 | - |
| YUV | 218.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 176 | 0.23 | 0 | 0.28 | 0.05 | 109.25 | 0.74 | 0.82 |
| Hex | BC | F3 | B0 | 17 | 0 | 1C | 5 | 6D | 4A | 52 |
| Octal | 274 | 363 | 260 | 27 | 0 | 34 | 5 | 155 | 112 | 122 |
| Binary | 10111100 | 11110011 | 10110000 | 10111 | 0 | 11100 | 101 | 1101101 | 1001010 | 1010010 |
Color Harmonies of #BCF3B0
Complementary color
Monochromatic Colors of #BCF3B0
Black with #BCF3B0
Text Example
Text Example
White with #BCF3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3B0; }
p { color: rgb(188,243,176); }
H1.HeaderClassName
{
color: #BCF3B0;
}
.AnyTagClassName
{
color: #BCF3B0;
}
</style>
background-color css
<style>
a { background-color: #BCF3B0; }
a { background-color: rgb(188,243,176); }
div.DivClassName
{
background-color: #BCF3B0;
}
.BgClassName
{
background-color: #BCF3B0;
}
</style>
border-color css
<style>
span { border-color: #BCF3B0; }
span { border-color: rgb(188,243,176); }
td.TdClassName
{
border-color: #BCF3B0;
}
.TagClassName
{
border-color: #BCF3B0;
}
</style>