Shades of Tasman #BFC5B6
Tints of Tasman #BFC5B6
RGB
CMYK
RGB Variations
Color information
#BFC5B6 (or 0xBFC5B6) is known color: Tasman. HEX triplet: BF, C5 and B6. RGB value is (191,197,182). Sum of RGB (Red+Green+Blue) = 191+197+182=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5B6 is #403A49. Grayscale: #C1C1C1. Windows color (decimal): -4209226 or 11978175. OLE color: 11978175.
HSL color Cylindrical-coordinate representation of color #BFC5B6: hue angle of 84º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC5B6 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 182 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.23 |
| HSL | 84º | 0.11% | 0.74% | - |
| HSV(B) | 84º | 0.08% | 0.77% | - |
| XYZ | 49.9 | 54.39 | 52.12 | - |
| YUV | 193.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 182 | 0.03 | 0 | 0.08 | 0.23 | 84 | 0.11 | 0.74 |
| Hex | BF | C5 | B6 | 3 | 0 | 8 | 17 | 54 | B | 4A |
| Octal | 277 | 305 | 266 | 3 | 0 | 10 | 27 | 124 | 13 | 112 |
| Binary | 10111111 | 11000101 | 10110110 | 11 | 0 | 1000 | 10111 | 1010100 | 1011 | 1001010 |
Color Harmonies of #BFC5B6
Complementary color
Monochromatic Colors of #BFC5B6
Black with #BFC5B6
Text Example
Text Example
White with #BFC5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5B6; }
p { color: rgb(191,197,182); }
H1.HeaderClassName
{
color: #BFC5B6;
}
.AnyTagClassName
{
color: #BFC5B6;
}
</style>
background-color css
<style>
a { background-color: #BFC5B6; }
a { background-color: rgb(191,197,182); }
div.DivClassName
{
background-color: #BFC5B6;
}
.BgClassName
{
background-color: #BFC5B6;
}
</style>
border-color css
<style>
span { border-color: #BFC5B6; }
span { border-color: rgb(191,197,182); }
td.TdClassName
{
border-color: #BFC5B6;
}
.TagClassName
{
border-color: #BFC5B6;
}
</style>