Shades of Tasman #BFC3B5
Tints of Tasman #BFC3B5
RGB
CMYK
RGB Variations
Color information
#BFC3B5 (or 0xBFC3B5) is known color: Tasman. HEX triplet: BF, C3 and B5. RGB value is (191,195,181). Sum of RGB (Red+Green+Blue) = 191+195+181=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3B5 is #403C4A. Grayscale: #C0C0C0. Windows color (decimal): -4209739 or 11912127. OLE color: 11912127.
HSL color Cylindrical-coordinate representation of color #BFC3B5: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC3B5 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 181 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.24 |
| HSL | 77.14º | 0.1% | 0.74% | - |
| HSV(B) | 77.14º | 0.07% | 0.76% | - |
| XYZ | 49.34 | 53.44 | 51.43 | - |
| YUV | 192.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 181 | 0.02 | 0 | 0.07 | 0.24 | 77.14 | 0.1 | 0.74 |
| Hex | BF | C3 | B5 | 2 | 0 | 7 | 18 | 4D | A | 4A |
| Octal | 277 | 303 | 265 | 2 | 0 | 7 | 30 | 115 | 12 | 112 |
| Binary | 10111111 | 11000011 | 10110101 | 10 | 0 | 111 | 11000 | 1001101 | 1010 | 1001010 |
Color Harmonies of #BFC3B5
Complementary color
Monochromatic Colors of #BFC3B5
Black with #BFC3B5
Text Example
Text Example
White with #BFC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3B5; }
p { color: rgb(191,195,181); }
H1.HeaderClassName
{
color: #BFC3B5;
}
.AnyTagClassName
{
color: #BFC3B5;
}
</style>
background-color css
<style>
a { background-color: #BFC3B5; }
a { background-color: rgb(191,195,181); }
div.DivClassName
{
background-color: #BFC3B5;
}
.BgClassName
{
background-color: #BFC3B5;
}
</style>
border-color css
<style>
span { border-color: #BFC3B5; }
span { border-color: rgb(191,195,181); }
td.TdClassName
{
border-color: #BFC3B5;
}
.TagClassName
{
border-color: #BFC3B5;
}
</style>