Shades of Tasman #B2BDA7
Tints of Tasman #B2BDA7
RGB
CMYK
RGB Variations
Color information
#B2BDA7 (or 0xB2BDA7) is known color: Tasman. HEX triplet: B2, BD and A7. RGB value is (178,189,167). Sum of RGB (Red+Green+Blue) = 178+189+167=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDA7 is #4D4258. Grayscale: #B7B7B7. Windows color (decimal): -5063257 or 10993074. OLE color: 10993074.
HSL color Cylindrical-coordinate representation of color #B2BDA7: hue angle of 90º degrees, saturation: 0.14, 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 #B2BDA7 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 189 | 167 | - |
CMYK | 0.06 | 0 | 0.12 | 0.26 |
HSL | 90º | 0.14% | 0.7% | - |
HSV(B) | 90º | 0.12% | 0.74% | - |
XYZ | 43.53 | 48.65 | 43.66 | - |
YUV | 183.2 | 118.86 | 124.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 189 | 167 | 0.06 | 0 | 0.12 | 0.26 | 90 | 0.14 | 0.7 |
Hex | B2 | BD | A7 | 6 | 0 | C | 1A | 5A | E | 46 |
Octal | 262 | 275 | 247 | 6 | 0 | 14 | 32 | 132 | 16 | 106 |
Binary | 10110010 | 10111101 | 10100111 | 110 | 0 | 1100 | 11010 | 1011010 | 1110 | 1000110 |
Color Harmonies of #B2BDA7
Complementary color
Monochromatic Colors of #B2BDA7
Black with #B2BDA7
Text Example
Text Example
White with #B2BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDA7; }
p { color: rgb(178,189,167); }
H1.HeaderClassName
{
color: #B2BDA7;
}
.AnyTagClassName
{
color: #B2BDA7;
}
</style>
background-color css
<style>
a { background-color: #B2BDA7; }
a { background-color: rgb(178,189,167); }
div.DivClassName
{
background-color: #B2BDA7;
}
.BgClassName
{
background-color: #B2BDA7;
}
</style>
border-color css
<style>
span { border-color: #B2BDA7; }
span { border-color: rgb(178,189,167); }
td.TdClassName
{
border-color: #B2BDA7;
}
.TagClassName
{
border-color: #B2BDA7;
}
</style>