Shades of Tasman #BFC2B9
Tints of Tasman #BFC2B9
RGB
CMYK
RGB Variations
Color information
#BFC2B9 (or 0xBFC2B9) is known color: Tasman. HEX triplet: BF, C2 and B9. RGB value is (191,194,185). Sum of RGB (Red+Green+Blue) = 191+194+185=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2B9 is #403D46. Grayscale: #C0C0C0. Windows color (decimal): -4209991 or 12174015. OLE color: 12174015.
HSL color Cylindrical-coordinate representation of color #BFC2B9: hue angle of 80º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC2B9 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 185 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.24 |
| HSL | 80º | 0.07% | 0.74% | - |
| HSV(B) | 80º | 0.05% | 0.76% | - |
| XYZ | 49.53 | 53.16 | 53.55 | - |
| YUV | 192.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 185 | 0.02 | 0 | 0.05 | 0.24 | 80 | 0.07 | 0.74 |
| Hex | BF | C2 | B9 | 2 | 0 | 5 | 18 | 50 | 7 | 4A |
| Octal | 277 | 302 | 271 | 2 | 0 | 5 | 30 | 120 | 7 | 112 |
| Binary | 10111111 | 11000010 | 10111001 | 10 | 0 | 101 | 11000 | 1010000 | 111 | 1001010 |
Color Harmonies of #BFC2B9
Complementary color
Monochromatic Colors of #BFC2B9
Black with #BFC2B9
Text Example
Text Example
White with #BFC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2B9; }
p { color: rgb(191,194,185); }
H1.HeaderClassName
{
color: #BFC2B9;
}
.AnyTagClassName
{
color: #BFC2B9;
}
</style>
background-color css
<style>
a { background-color: #BFC2B9; }
a { background-color: rgb(191,194,185); }
div.DivClassName
{
background-color: #BFC2B9;
}
.BgClassName
{
background-color: #BFC2B9;
}
</style>
border-color css
<style>
span { border-color: #BFC2B9; }
span { border-color: rgb(191,194,185); }
td.TdClassName
{
border-color: #BFC2B9;
}
.TagClassName
{
border-color: #BFC2B9;
}
</style>