Shades of Tasman #BFC7B4
Tints of Tasman #BFC7B4
RGB
CMYK
RGB Variations
Color information
#BFC7B4 (or 0xBFC7B4) is known color: Tasman. HEX triplet: BF, C7 and B4. RGB value is (191,199,180). Sum of RGB (Red+Green+Blue) = 191+199+180=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7B4 is #40384B. Grayscale: #C2C2C2. Windows color (decimal): -4208716 or 11847615. OLE color: 11847615.
HSL color Cylindrical-coordinate representation of color #BFC7B4: hue angle of 85.26º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC7B4 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 180 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.22 |
| HSL | 85.26º | 0.15% | 0.74% | - |
| HSV(B) | 85.26º | 0.1% | 0.78% | - |
| XYZ | 50.15 | 55.22 | 51.2 | - |
| YUV | 194.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 180 | 0.04 | 0 | 0.10 | 0.22 | 85.26 | 0.15 | 0.74 |
| Hex | BF | C7 | B4 | 4 | 0 | A | 16 | 55 | F | 4A |
| Octal | 277 | 307 | 264 | 4 | 0 | 12 | 26 | 125 | 17 | 112 |
| Binary | 10111111 | 11000111 | 10110100 | 100 | 0 | 1010 | 10110 | 1010101 | 1111 | 1001010 |
Color Harmonies of #BFC7B4
Complementary color
Monochromatic Colors of #BFC7B4
Black with #BFC7B4
Text Example
Text Example
White with #BFC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7B4; }
p { color: rgb(191,199,180); }
H1.HeaderClassName
{
color: #BFC7B4;
}
.AnyTagClassName
{
color: #BFC7B4;
}
</style>
background-color css
<style>
a { background-color: #BFC7B4; }
a { background-color: rgb(191,199,180); }
div.DivClassName
{
background-color: #BFC7B4;
}
.BgClassName
{
background-color: #BFC7B4;
}
</style>
border-color css
<style>
span { border-color: #BFC7B4; }
span { border-color: rgb(191,199,180); }
td.TdClassName
{
border-color: #BFC7B4;
}
.TagClassName
{
border-color: #BFC7B4;
}
</style>