Shades of Madang #BCF997
Tints of Madang #BCF997
RGB
CMYK
RGB Variations
Color information
#BCF997 (or 0xBCF997) is known color: Madang. HEX triplet: BC, F9 and 97. RGB value is (188,249,151). Sum of RGB (Red+Green+Blue) = 188+249+151=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF997 is #430668. Grayscale: #DBDBDB. Windows color (decimal): -4392553 or 9959868. OLE color: 9959868.
HSL color Cylindrical-coordinate representation of color #BCF997: hue angle of 97.35º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCF997 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 151 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.02 |
| HSL | 97.35º | 0.89% | 0.78% | - |
| HSV(B) | 97.35º | 0.39% | 0.98% | - |
| XYZ | 60.2 | 80.68 | 41.68 | - |
| YUV | 219.59 | 89.29 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 151 | 0.24 | 0 | 0.39 | 0.02 | 97.35 | 0.89 | 0.78 |
| Hex | BC | F9 | 97 | 18 | 0 | 27 | 2 | 61 | 59 | 4E |
| Octal | 274 | 371 | 227 | 30 | 0 | 47 | 2 | 141 | 131 | 116 |
| Binary | 10111100 | 11111001 | 10010111 | 11000 | 0 | 100111 | 10 | 1100001 | 1011001 | 1001110 |
Color Harmonies of #BCF997
Complementary color
Monochromatic Colors of #BCF997
Black with #BCF997
Text Example
Text Example
White with #BCF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF997; }
p { color: rgb(188,249,151); }
H1.HeaderClassName
{
color: #BCF997;
}
.AnyTagClassName
{
color: #BCF997;
}
</style>
background-color css
<style>
a { background-color: #BCF997; }
a { background-color: rgb(188,249,151); }
div.DivClassName
{
background-color: #BCF997;
}
.BgClassName
{
background-color: #BCF997;
}
</style>
border-color css
<style>
span { border-color: #BCF997; }
span { border-color: rgb(188,249,151); }
td.TdClassName
{
border-color: #BCF997;
}
.TagClassName
{
border-color: #BCF997;
}
</style>