Shades of Tasman #B5BAAD
Tints of Tasman #B5BAAD
RGB
CMYK
RGB Variations
Color information
#B5BAAD (or 0xB5BAAD) is known color: Tasman. HEX triplet: B5, BA and AD. RGB value is (181,186,173). Sum of RGB (Red+Green+Blue) = 181+186+173=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BAAD is #4A4552. Grayscale: #B7B7B7. Windows color (decimal): -4867411 or 11385525. OLE color: 11385525.
HSL color Cylindrical-coordinate representation of color #B5BAAD: hue angle of 83.08º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5BAAD is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 186 | 173 | - |
CMYK | 0.03 | 0 | 0.07 | 0.27 |
HSL | 83.08º | 0.09% | 0.7% | - |
HSV(B) | 83.08º | 0.07% | 0.73% | - |
XYZ | 44.16 | 47.96 | 46.46 | - |
YUV | 183.02 | 122.34 | 126.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 186 | 173 | 0.03 | 0 | 0.07 | 0.27 | 83.08 | 0.09 | 0.7 |
Hex | B5 | BA | AD | 3 | 0 | 7 | 1B | 53 | 9 | 46 |
Octal | 265 | 272 | 255 | 3 | 0 | 7 | 33 | 123 | 11 | 106 |
Binary | 10110101 | 10111010 | 10101101 | 11 | 0 | 111 | 11011 | 1010011 | 1001 | 1000110 |
Color Harmonies of #B5BAAD
Complementary color
Monochromatic Colors of #B5BAAD
Black with #B5BAAD
Text Example
Text Example
White with #B5BAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BAAD; }
p { color: rgb(181,186,173); }
H1.HeaderClassName
{
color: #B5BAAD;
}
.AnyTagClassName
{
color: #B5BAAD;
}
</style>
background-color css
<style>
a { background-color: #B5BAAD; }
a { background-color: rgb(181,186,173); }
div.DivClassName
{
background-color: #B5BAAD;
}
.BgClassName
{
background-color: #B5BAAD;
}
</style>
border-color css
<style>
span { border-color: #B5BAAD; }
span { border-color: rgb(181,186,173); }
td.TdClassName
{
border-color: #B5BAAD;
}
.TagClassName
{
border-color: #B5BAAD;
}
</style>