Shades of Tasman #BFC3BA
Tints of Tasman #BFC3BA
RGB
CMYK
RGB Variations
Color information
#BFC3BA (or 0xBFC3BA) is known color: Tasman. HEX triplet: BF, C3 and BA. RGB value is (191,195,186). Sum of RGB (Red+Green+Blue) = 191+195+186=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3BA is #403C45. Grayscale: #C0C0C0. Windows color (decimal): -4209734 or 12239807. OLE color: 12239807.
HSL color Cylindrical-coordinate representation of color #BFC3BA: hue angle of 86.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC3BA is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 186 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.24 |
| HSL | 86.67º | 0.07% | 0.75% | - |
| HSV(B) | 86.67º | 0.05% | 0.76% | - |
| XYZ | 49.86 | 53.65 | 54.18 | - |
| YUV | 192.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 186 | 0.02 | 0 | 0.05 | 0.24 | 86.67 | 0.07 | 0.75 |
| Hex | BF | C3 | BA | 2 | 0 | 5 | 18 | 57 | 7 | 4B |
| Octal | 277 | 303 | 272 | 2 | 0 | 5 | 30 | 127 | 7 | 113 |
| Binary | 10111111 | 11000011 | 10111010 | 10 | 0 | 101 | 11000 | 1010111 | 111 | 1001011 |
Color Harmonies of #BFC3BA
Complementary color
Monochromatic Colors of #BFC3BA
Black with #BFC3BA
Text Example
Text Example
White with #BFC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3BA; }
p { color: rgb(191,195,186); }
H1.HeaderClassName
{
color: #BFC3BA;
}
.AnyTagClassName
{
color: #BFC3BA;
}
</style>
background-color css
<style>
a { background-color: #BFC3BA; }
a { background-color: rgb(191,195,186); }
div.DivClassName
{
background-color: #BFC3BA;
}
.BgClassName
{
background-color: #BFC3BA;
}
</style>
border-color css
<style>
span { border-color: #BFC3BA; }
span { border-color: rgb(191,195,186); }
td.TdClassName
{
border-color: #BFC3BA;
}
.TagClassName
{
border-color: #BFC3BA;
}
</style>