Shades of Madang #BFF8B3
Tints of Madang #BFF8B3
RGB
CMYK
RGB Variations
Color information
#BFF8B3 (or 0xBFF8B3) is known color: Madang. HEX triplet: BF, F8 and B3. RGB value is (191,248,179). Sum of RGB (Red+Green+Blue) = 191+248+179=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8B3 is #40074C. Grayscale: #DFDFDF. Windows color (decimal): -4196173 or 11794623. OLE color: 11794623.
HSL color Cylindrical-coordinate representation of color #BFF8B3: hue angle of 109.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFF8B3 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 179 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.03 |
| HSL | 109.57º | 0.83% | 0.84% | - |
| HSV(B) | 109.57º | 0.28% | 0.97% | - |
| XYZ | 63.19 | 81.47 | 55.04 | - |
| YUV | 223.09 | 103.12 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 179 | 0.23 | 0 | 0.28 | 0.03 | 109.57 | 0.83 | 0.84 |
| Hex | BF | F8 | B3 | 17 | 0 | 1C | 3 | 6E | 53 | 54 |
| Octal | 277 | 370 | 263 | 27 | 0 | 34 | 3 | 156 | 123 | 124 |
| Binary | 10111111 | 11111000 | 10110011 | 10111 | 0 | 11100 | 11 | 1101110 | 1010011 | 1010100 |
Color Harmonies of #BFF8B3
Complementary color
Monochromatic Colors of #BFF8B3
Black with #BFF8B3
Text Example
Text Example
White with #BFF8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8B3; }
p { color: rgb(191,248,179); }
H1.HeaderClassName
{
color: #BFF8B3;
}
.AnyTagClassName
{
color: #BFF8B3;
}
</style>
background-color css
<style>
a { background-color: #BFF8B3; }
a { background-color: rgb(191,248,179); }
div.DivClassName
{
background-color: #BFF8B3;
}
.BgClassName
{
background-color: #BFF8B3;
}
</style>
border-color css
<style>
span { border-color: #BFF8B3; }
span { border-color: rgb(191,248,179); }
td.TdClassName
{
border-color: #BFF8B3;
}
.TagClassName
{
border-color: #BFF8B3;
}
</style>