Shades of Tasman #B9C1AF
Tints of Tasman #B9C1AF
RGB
CMYK
RGB Variations
Color information
#B9C1AF (or 0xB9C1AF) is known color: Tasman. HEX triplet: B9, C1 and AF. RGB value is (185,193,175). Sum of RGB (Red+Green+Blue) = 185+193+175=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C1AF is #463E50. Grayscale: #BCBCBC. Windows color (decimal): -4603473 or 11518393. OLE color: 11518393.
HSL color Cylindrical-coordinate representation of color #B9C1AF: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C1AF is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 175 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.24 |
| HSL | 86.67º | 0.13% | 0.72% | - |
| HSV(B) | 86.67º | 0.09% | 0.76% | - |
| XYZ | 46.82 | 51.55 | 48.04 | - |
| YUV | 188.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 175 | 0.04 | 0 | 0.09 | 0.24 | 86.67 | 0.13 | 0.72 |
| Hex | B9 | C1 | AF | 4 | 0 | 9 | 18 | 57 | D | 48 |
| Octal | 271 | 301 | 257 | 4 | 0 | 11 | 30 | 127 | 15 | 110 |
| Binary | 10111001 | 11000001 | 10101111 | 100 | 0 | 1001 | 11000 | 1010111 | 1101 | 1001000 |
Color Harmonies of #B9C1AF
Complementary color
Monochromatic Colors of #B9C1AF
Black with #B9C1AF
Text Example
Text Example
White with #B9C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C1AF; }
p { color: rgb(185,193,175); }
H1.HeaderClassName
{
color: #B9C1AF;
}
.AnyTagClassName
{
color: #B9C1AF;
}
</style>
background-color css
<style>
a { background-color: #B9C1AF; }
a { background-color: rgb(185,193,175); }
div.DivClassName
{
background-color: #B9C1AF;
}
.BgClassName
{
background-color: #B9C1AF;
}
</style>
border-color css
<style>
span { border-color: #B9C1AF; }
span { border-color: rgb(185,193,175); }
td.TdClassName
{
border-color: #B9C1AF;
}
.TagClassName
{
border-color: #B9C1AF;
}
</style>