Shades of Tasman #B5BDA8
Tints of Tasman #B5BDA8
RGB
CMYK
RGB Variations
Color information
#B5BDA8 (or 0xB5BDA8) is known color: Tasman. HEX triplet: B5, BD and A8. RGB value is (181,189,168). Sum of RGB (Red+Green+Blue) = 181+189+168=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BDA8 is #4A4257. Grayscale: #B8B8B8. Windows color (decimal): -4866648 or 11058613. OLE color: 11058613.
HSL color Cylindrical-coordinate representation of color #B5BDA8: hue angle of 82.86º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5BDA8 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 168 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.26 |
| HSL | 82.86º | 0.14% | 0.7% | - |
| HSV(B) | 82.86º | 0.11% | 0.74% | - |
| XYZ | 44.32 | 49.05 | 44.18 | - |
| YUV | 184.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 168 | 0.04 | 0 | 0.11 | 0.26 | 82.86 | 0.14 | 0.7 |
| Hex | B5 | BD | A8 | 4 | 0 | B | 1A | 53 | E | 46 |
| Octal | 265 | 275 | 250 | 4 | 0 | 13 | 32 | 123 | 16 | 106 |
| Binary | 10110101 | 10111101 | 10101000 | 100 | 0 | 1011 | 11010 | 1010011 | 1110 | 1000110 |
Color Harmonies of #B5BDA8
Complementary color
Monochromatic Colors of #B5BDA8
Black with #B5BDA8
Text Example
Text Example
White with #B5BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BDA8; }
p { color: rgb(181,189,168); }
H1.HeaderClassName
{
color: #B5BDA8;
}
.AnyTagClassName
{
color: #B5BDA8;
}
</style>
background-color css
<style>
a { background-color: #B5BDA8; }
a { background-color: rgb(181,189,168); }
div.DivClassName
{
background-color: #B5BDA8;
}
.BgClassName
{
background-color: #B5BDA8;
}
</style>
border-color css
<style>
span { border-color: #B5BDA8; }
span { border-color: rgb(181,189,168); }
td.TdClassName
{
border-color: #B5BDA8;
}
.TagClassName
{
border-color: #B5BDA8;
}
</style>