Shades of Madang #BFF5AE
Tints of Madang #BFF5AE
RGB
CMYK
RGB Variations
Color information
#BFF5AE (or 0xBFF5AE) is known color: Madang. HEX triplet: BF, F5 and AE. RGB value is (191,245,174). Sum of RGB (Red+Green+Blue) = 191+245+174=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF5AE is #400A51. Grayscale: #DCDCDC. Windows color (decimal): -4196946 or 11466175. OLE color: 11466175.
HSL color Cylindrical-coordinate representation of color #BFF5AE: hue angle of 105.63º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFF5AE is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 174 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.04 |
| HSL | 105.63º | 0.78% | 0.82% | - |
| HSV(B) | 105.63º | 0.29% | 0.96% | - |
| XYZ | 61.78 | 79.44 | 52.12 | - |
| YUV | 220.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 174 | 0.22 | 0 | 0.29 | 0.04 | 105.63 | 0.78 | 0.82 |
| Hex | BF | F5 | AE | 16 | 0 | 1D | 4 | 6A | 4E | 52 |
| Octal | 277 | 365 | 256 | 26 | 0 | 35 | 4 | 152 | 116 | 122 |
| Binary | 10111111 | 11110101 | 10101110 | 10110 | 0 | 11101 | 100 | 1101010 | 1001110 | 1010010 |
Color Harmonies of #BFF5AE
Complementary color
Monochromatic Colors of #BFF5AE
Black with #BFF5AE
Text Example
Text Example
White with #BFF5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5AE; }
p { color: rgb(191,245,174); }
H1.HeaderClassName
{
color: #BFF5AE;
}
.AnyTagClassName
{
color: #BFF5AE;
}
</style>
background-color css
<style>
a { background-color: #BFF5AE; }
a { background-color: rgb(191,245,174); }
div.DivClassName
{
background-color: #BFF5AE;
}
.BgClassName
{
background-color: #BFF5AE;
}
</style>
border-color css
<style>
span { border-color: #BFF5AE; }
span { border-color: rgb(191,245,174); }
td.TdClassName
{
border-color: #BFF5AE;
}
.TagClassName
{
border-color: #BFF5AE;
}
</style>