Shades of Tasman #BFC7B6
Tints of Tasman #BFC7B6
RGB
CMYK
RGB Variations
Color information
#BFC7B6 (or 0xBFC7B6) is known color: Tasman. HEX triplet: BF, C7 and B6. RGB value is (191,199,182). Sum of RGB (Red+Green+Blue) = 191+199+182=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7B6 is #403849. Grayscale: #C2C2C2. Windows color (decimal): -4208714 or 11978687. OLE color: 11978687.
HSL color Cylindrical-coordinate representation of color #BFC7B6: hue angle of 88.24º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC7B6 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 191 | 199 | 182 | - |
CMYK | 0.04 | 0 | 0.09 | 0.22 |
HSL | 88.24º | 0.13% | 0.75% | - |
HSV(B) | 88.24º | 0.09% | 0.78% | - |
XYZ | 50.35 | 55.3 | 52.28 | - |
YUV | 194.67 | 120.85 | 125.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 199 | 182 | 0.04 | 0 | 0.09 | 0.22 | 88.24 | 0.13 | 0.75 |
Hex | BF | C7 | B6 | 4 | 0 | 9 | 16 | 58 | D | 4B |
Octal | 277 | 307 | 266 | 4 | 0 | 11 | 26 | 130 | 15 | 113 |
Binary | 10111111 | 11000111 | 10110110 | 100 | 0 | 1001 | 10110 | 1011000 | 1101 | 1001011 |
Color Harmonies of #BFC7B6
Complementary color
Monochromatic Colors of #BFC7B6
Black with #BFC7B6
Text Example
Text Example
White with #BFC7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7B6; }
p { color: rgb(191,199,182); }
H1.HeaderClassName
{
color: #BFC7B6;
}
.AnyTagClassName
{
color: #BFC7B6;
}
</style>
background-color css
<style>
a { background-color: #BFC7B6; }
a { background-color: rgb(191,199,182); }
div.DivClassName
{
background-color: #BFC7B6;
}
.BgClassName
{
background-color: #BFC7B6;
}
</style>
border-color css
<style>
span { border-color: #BFC7B6; }
span { border-color: rgb(191,199,182); }
td.TdClassName
{
border-color: #BFC7B6;
}
.TagClassName
{
border-color: #BFC7B6;
}
</style>