Shades of Madang #BFF0B5
Tints of Madang #BFF0B5
RGB
CMYK
RGB Variations
Color information
#BFF0B5 (or 0xBFF0B5) is known color: Madang. HEX triplet: BF, F0 and B5. RGB value is (191,240,181). Sum of RGB (Red+Green+Blue) = 191+240+181=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0B5 is #400F4A. Grayscale: #DADADA. Windows color (decimal): -4198219 or 11923647. OLE color: 11923647.
HSL color Cylindrical-coordinate representation of color #BFF0B5: hue angle of 109.83º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFF0B5 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 181 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.06 |
| HSL | 109.83º | 0.66% | 0.83% | - |
| HSV(B) | 109.83º | 0.25% | 0.94% | - |
| XYZ | 60.99 | 76.73 | 55.31 | - |
| YUV | 218.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 181 | 0.20 | 0 | 0.25 | 0.06 | 109.83 | 0.66 | 0.83 |
| Hex | BF | F0 | B5 | 14 | 0 | 19 | 6 | 6E | 42 | 53 |
| Octal | 277 | 360 | 265 | 24 | 0 | 31 | 6 | 156 | 102 | 123 |
| Binary | 10111111 | 11110000 | 10110101 | 10100 | 0 | 11001 | 110 | 1101110 | 1000010 | 1010011 |
Color Harmonies of #BFF0B5
Complementary color
Monochromatic Colors of #BFF0B5
Black with #BFF0B5
Text Example
Text Example
White with #BFF0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0B5; }
p { color: rgb(191,240,181); }
H1.HeaderClassName
{
color: #BFF0B5;
}
.AnyTagClassName
{
color: #BFF0B5;
}
</style>
background-color css
<style>
a { background-color: #BFF0B5; }
a { background-color: rgb(191,240,181); }
div.DivClassName
{
background-color: #BFF0B5;
}
.BgClassName
{
background-color: #BFF0B5;
}
</style>
border-color css
<style>
span { border-color: #BFF0B5; }
span { border-color: rgb(191,240,181); }
td.TdClassName
{
border-color: #BFF0B5;
}
.TagClassName
{
border-color: #BFF0B5;
}
</style>