Shades of Madang #BFF9AF
Tints of Madang #BFF9AF
RGB
CMYK
RGB Variations
Color information
#BFF9AF (or 0xBFF9AF) is known color: Madang. HEX triplet: BF, F9 and AF. RGB value is (191,249,175). Sum of RGB (Red+Green+Blue) = 191+249+175=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF9AF is #400650. Grayscale: #DFDFDF. Windows color (decimal): -4195921 or 11532735. OLE color: 11532735.
HSL color Cylindrical-coordinate representation of color #BFF9AF: hue angle of 107.03º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFF9AF is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 175 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.02 |
| HSL | 107.03º | 0.86% | 0.83% | - |
| HSV(B) | 107.03º | 0.3% | 0.98% | - |
| XYZ | 63.1 | 81.92 | 53.04 | - |
| YUV | 223.22 | 100.78 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 175 | 0.23 | 0 | 0.30 | 0.02 | 107.03 | 0.86 | 0.83 |
| Hex | BF | F9 | AF | 17 | 0 | 1E | 2 | 6B | 56 | 53 |
| Octal | 277 | 371 | 257 | 27 | 0 | 36 | 2 | 153 | 126 | 123 |
| Binary | 10111111 | 11111001 | 10101111 | 10111 | 0 | 11110 | 10 | 1101011 | 1010110 | 1010011 |
Color Harmonies of #BFF9AF
Complementary color
Monochromatic Colors of #BFF9AF
Black with #BFF9AF
Text Example
Text Example
White with #BFF9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9AF; }
p { color: rgb(191,249,175); }
H1.HeaderClassName
{
color: #BFF9AF;
}
.AnyTagClassName
{
color: #BFF9AF;
}
</style>
background-color css
<style>
a { background-color: #BFF9AF; }
a { background-color: rgb(191,249,175); }
div.DivClassName
{
background-color: #BFF9AF;
}
.BgClassName
{
background-color: #BFF9AF;
}
</style>
border-color css
<style>
span { border-color: #BFF9AF; }
span { border-color: rgb(191,249,175); }
td.TdClassName
{
border-color: #BFF9AF;
}
.TagClassName
{
border-color: #BFF9AF;
}
</style>