Shades of Tasman #B3BAAC
Tints of Tasman #B3BAAC
RGB
CMYK
RGB Variations
Color information
#B3BAAC (or 0xB3BAAC) is known color: Tasman. HEX triplet: B3, BA and AC. RGB value is (179,186,172). Sum of RGB (Red+Green+Blue) = 179+186+172=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BAAC is #4C4553. Grayscale: #B6B6B6. Windows color (decimal): -4998484 or 11319987. OLE color: 11319987.
HSL color Cylindrical-coordinate representation of color #B3BAAC: hue angle of 90º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3BAAC is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 179 | 186 | 172 | - |
CMYK | 0.04 | 0 | 0.08 | 0.27 |
HSL | 90º | 0.09% | 0.7% | - |
HSV(B) | 90º | 0.08% | 0.73% | - |
XYZ | 43.6 | 47.68 | 45.94 | - |
YUV | 182.31 | 122.18 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 186 | 172 | 0.04 | 0 | 0.08 | 0.27 | 90 | 0.09 | 0.7 |
Hex | B3 | BA | AC | 4 | 0 | 8 | 1B | 5A | 9 | 46 |
Octal | 263 | 272 | 254 | 4 | 0 | 10 | 33 | 132 | 11 | 106 |
Binary | 10110011 | 10111010 | 10101100 | 100 | 0 | 1000 | 11011 | 1011010 | 1001 | 1000110 |
Color Harmonies of #B3BAAC
Complementary color
Monochromatic Colors of #B3BAAC
Black with #B3BAAC
Text Example
Text Example
White with #B3BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BAAC; }
p { color: rgb(179,186,172); }
H1.HeaderClassName
{
color: #B3BAAC;
}
.AnyTagClassName
{
color: #B3BAAC;
}
</style>
background-color css
<style>
a { background-color: #B3BAAC; }
a { background-color: rgb(179,186,172); }
div.DivClassName
{
background-color: #B3BAAC;
}
.BgClassName
{
background-color: #B3BAAC;
}
</style>
border-color css
<style>
span { border-color: #B3BAAC; }
span { border-color: rgb(179,186,172); }
td.TdClassName
{
border-color: #B3BAAC;
}
.TagClassName
{
border-color: #B3BAAC;
}
</style>