Shades of Tasman #BFC5B5
Tints of Tasman #BFC5B5
RGB
CMYK
RGB Variations
Color information
#BFC5B5 (or 0xBFC5B5) is known color: Tasman. HEX triplet: BF, C5 and B5. RGB value is (191,197,181). Sum of RGB (Red+Green+Blue) = 191+197+181=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5B5 is #403A4A. Grayscale: #C1C1C1. Windows color (decimal): -4209227 or 11912639. OLE color: 11912639.
HSL color Cylindrical-coordinate representation of color #BFC5B5: hue angle of 82.5º degrees, saturation: 0.12, 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 #BFC5B5 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 181 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.23 |
| HSL | 82.5º | 0.12% | 0.74% | - |
| HSV(B) | 82.5º | 0.08% | 0.77% | - |
| XYZ | 49.79 | 54.35 | 51.58 | - |
| YUV | 193.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 181 | 0.03 | 0 | 0.08 | 0.23 | 82.5 | 0.12 | 0.74 |
| Hex | BF | C5 | B5 | 3 | 0 | 8 | 17 | 52 | C | 4A |
| Octal | 277 | 305 | 265 | 3 | 0 | 10 | 27 | 122 | 14 | 112 |
| Binary | 10111111 | 11000101 | 10110101 | 11 | 0 | 1000 | 10111 | 1010010 | 1100 | 1001010 |
Color Harmonies of #BFC5B5
Complementary color
Monochromatic Colors of #BFC5B5
Black with #BFC5B5
Text Example
Text Example
White with #BFC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5B5; }
p { color: rgb(191,197,181); }
H1.HeaderClassName
{
color: #BFC5B5;
}
.AnyTagClassName
{
color: #BFC5B5;
}
</style>
background-color css
<style>
a { background-color: #BFC5B5; }
a { background-color: rgb(191,197,181); }
div.DivClassName
{
background-color: #BFC5B5;
}
.BgClassName
{
background-color: #BFC5B5;
}
</style>
border-color css
<style>
span { border-color: #BFC5B5; }
span { border-color: rgb(191,197,181); }
td.TdClassName
{
border-color: #BFC5B5;
}
.TagClassName
{
border-color: #BFC5B5;
}
</style>