Shades of Tasman #B4BDA8
Tints of Tasman #B4BDA8
RGB
CMYK
RGB Variations
Color information
#B4BDA8 (or 0xB4BDA8) is known color: Tasman. HEX triplet: B4, BD and A8. RGB value is (180,189,168). Sum of RGB (Red+Green+Blue) = 180+189+168=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BDA8 is #4B4257. Grayscale: #B7B7B7. Windows color (decimal): -4932184 or 11058612. OLE color: 11058612.
HSL color Cylindrical-coordinate representation of color #B4BDA8: hue angle of 85.71º 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 #B4BDA8 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 168 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.26 |
| HSL | 85.71º | 0.14% | 0.7% | - |
| HSV(B) | 85.71º | 0.11% | 0.74% | - |
| XYZ | 44.09 | 48.93 | 44.17 | - |
| YUV | 183.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 168 | 0.05 | 0 | 0.11 | 0.26 | 85.71 | 0.14 | 0.7 |
| Hex | B4 | BD | A8 | 5 | 0 | B | 1A | 56 | E | 46 |
| Octal | 264 | 275 | 250 | 5 | 0 | 13 | 32 | 126 | 16 | 106 |
| Binary | 10110100 | 10111101 | 10101000 | 101 | 0 | 1011 | 11010 | 1010110 | 1110 | 1000110 |
Color Harmonies of #B4BDA8
Complementary color
Monochromatic Colors of #B4BDA8
Black with #B4BDA8
Text Example
Text Example
White with #B4BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDA8; }
p { color: rgb(180,189,168); }
H1.HeaderClassName
{
color: #B4BDA8;
}
.AnyTagClassName
{
color: #B4BDA8;
}
</style>
background-color css
<style>
a { background-color: #B4BDA8; }
a { background-color: rgb(180,189,168); }
div.DivClassName
{
background-color: #B4BDA8;
}
.BgClassName
{
background-color: #B4BDA8;
}
</style>
border-color css
<style>
span { border-color: #B4BDA8; }
span { border-color: rgb(180,189,168); }
td.TdClassName
{
border-color: #B4BDA8;
}
.TagClassName
{
border-color: #B4BDA8;
}
</style>