Shades of Tasman #B2BDA6
Tints of Tasman #B2BDA6
RGB
CMYK
RGB Variations
Color information
#B2BDA6 (or 0xB2BDA6) is known color: Tasman. HEX triplet: B2, BD and A6. RGB value is (178,189,166). Sum of RGB (Red+Green+Blue) = 178+189+166=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDA6 is #4D4259. Grayscale: #B7B7B7. Windows color (decimal): -5063258 or 10927538. OLE color: 10927538.
HSL color Cylindrical-coordinate representation of color #B2BDA6: hue angle of 88.7º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2BDA6 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 189 | 166 | - |
CMYK | 0.06 | 0 | 0.12 | 0.26 |
HSL | 88.7º | 0.15% | 0.7% | - |
HSV(B) | 88.7º | 0.12% | 0.74% | - |
XYZ | 43.44 | 48.61 | 43.17 | - |
YUV | 183.09 | 118.36 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 189 | 166 | 0.06 | 0 | 0.12 | 0.26 | 88.7 | 0.15 | 0.7 |
Hex | B2 | BD | A6 | 6 | 0 | C | 1A | 59 | F | 46 |
Octal | 262 | 275 | 246 | 6 | 0 | 14 | 32 | 131 | 17 | 106 |
Binary | 10110010 | 10111101 | 10100110 | 110 | 0 | 1100 | 11010 | 1011001 | 1111 | 1000110 |
Color Harmonies of #B2BDA6
Complementary color
Monochromatic Colors of #B2BDA6
Black with #B2BDA6
Text Example
Text Example
White with #B2BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDA6; }
p { color: rgb(178,189,166); }
H1.HeaderClassName
{
color: #B2BDA6;
}
.AnyTagClassName
{
color: #B2BDA6;
}
</style>
background-color css
<style>
a { background-color: #B2BDA6; }
a { background-color: rgb(178,189,166); }
div.DivClassName
{
background-color: #B2BDA6;
}
.BgClassName
{
background-color: #B2BDA6;
}
</style>
border-color css
<style>
span { border-color: #B2BDA6; }
span { border-color: rgb(178,189,166); }
td.TdClassName
{
border-color: #B2BDA6;
}
.TagClassName
{
border-color: #B2BDA6;
}
</style>