Shades of Tasman #B9C5AD
Tints of Tasman #B9C5AD
RGB
CMYK
RGB Variations
Color information
#B9C5AD (or 0xB9C5AD) is known color: Tasman. HEX triplet: B9, C5 and AD. RGB value is (185,197,173). Sum of RGB (Red+Green+Blue) = 185+197+173=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C5AD is #463A52. Grayscale: #BEBEBE. Windows color (decimal): -4602451 or 11388345. OLE color: 11388345.
HSL color Cylindrical-coordinate representation of color #B9C5AD: hue angle of 90º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9C5AD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 173 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.23 |
| HSL | 90º | 0.17% | 0.73% | - |
| HSV(B) | 90º | 0.12% | 0.77% | - |
| XYZ | 47.52 | 53.26 | 47.31 | - |
| YUV | 190.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 173 | 0.06 | 0 | 0.12 | 0.23 | 90 | 0.17 | 0.73 |
| Hex | B9 | C5 | AD | 6 | 0 | C | 17 | 5A | 11 | 49 |
| Octal | 271 | 305 | 255 | 6 | 0 | 14 | 27 | 132 | 21 | 111 |
| Binary | 10111001 | 11000101 | 10101101 | 110 | 0 | 1100 | 10111 | 1011010 | 10001 | 1001001 |
Color Harmonies of #B9C5AD
Complementary color
Monochromatic Colors of #B9C5AD
Black with #B9C5AD
Text Example
Text Example
White with #B9C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C5AD; }
p { color: rgb(185,197,173); }
H1.HeaderClassName
{
color: #B9C5AD;
}
.AnyTagClassName
{
color: #B9C5AD;
}
</style>
background-color css
<style>
a { background-color: #B9C5AD; }
a { background-color: rgb(185,197,173); }
div.DivClassName
{
background-color: #B9C5AD;
}
.BgClassName
{
background-color: #B9C5AD;
}
</style>
border-color css
<style>
span { border-color: #B9C5AD; }
span { border-color: rgb(185,197,173); }
td.TdClassName
{
border-color: #B9C5AD;
}
.TagClassName
{
border-color: #B9C5AD;
}
</style>