Shades of Madang #BCF69A
Tints of Madang #BCF69A
RGB
CMYK
RGB Variations
Color information
#BCF69A (or 0xBCF69A) is known color: Madang. HEX triplet: BC, F6 and 9A. RGB value is (188,246,154). Sum of RGB (Red+Green+Blue) = 188+246+154=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF69A is #430965. Grayscale: #DADADA. Windows color (decimal): -4393318 or 10155708. OLE color: 10155708.
HSL color Cylindrical-coordinate representation of color #BCF69A: hue angle of 97.83º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCF69A is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 154 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.04 |
| HSL | 97.83º | 0.84% | 0.78% | - |
| HSV(B) | 97.83º | 0.37% | 0.96% | - |
| XYZ | 59.53 | 78.94 | 42.67 | - |
| YUV | 218.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 154 | 0.24 | 0 | 0.37 | 0.04 | 97.83 | 0.84 | 0.78 |
| Hex | BC | F6 | 9A | 18 | 0 | 25 | 4 | 62 | 54 | 4E |
| Octal | 274 | 366 | 232 | 30 | 0 | 45 | 4 | 142 | 124 | 116 |
| Binary | 10111100 | 11110110 | 10011010 | 11000 | 0 | 100101 | 100 | 1100010 | 1010100 | 1001110 |
Color Harmonies of #BCF69A
Complementary color
Monochromatic Colors of #BCF69A
Black with #BCF69A
Text Example
Text Example
White with #BCF69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF69A; }
p { color: rgb(188,246,154); }
H1.HeaderClassName
{
color: #BCF69A;
}
.AnyTagClassName
{
color: #BCF69A;
}
</style>
background-color css
<style>
a { background-color: #BCF69A; }
a { background-color: rgb(188,246,154); }
div.DivClassName
{
background-color: #BCF69A;
}
.BgClassName
{
background-color: #BCF69A;
}
</style>
border-color css
<style>
span { border-color: #BCF69A; }
span { border-color: rgb(188,246,154); }
td.TdClassName
{
border-color: #BCF69A;
}
.TagClassName
{
border-color: #BCF69A;
}
</style>