Shades of Tasman #B2BCA7
Tints of Tasman #B2BCA7
RGB
CMYK
RGB Variations
Color information
#B2BCA7 (or 0xB2BCA7) is known color: Tasman. HEX triplet: B2, BC and A7. RGB value is (178,188,167). Sum of RGB (Red+Green+Blue) = 178+188+167=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCA7 is #4D4358. Grayscale: #B6B6B6. Windows color (decimal): -5063513 or 10992818. OLE color: 10992818.
HSL color Cylindrical-coordinate representation of color #B2BCA7: hue angle of 88.57º 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 #B2BCA7 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 167 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.26 |
| HSL | 88.57º | 0.14% | 0.7% | - |
| HSV(B) | 88.57º | 0.11% | 0.74% | - |
| XYZ | 43.32 | 48.22 | 43.58 | - |
| YUV | 182.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 167 | 0.05 | 0 | 0.11 | 0.26 | 88.57 | 0.14 | 0.7 |
| Hex | B2 | BC | A7 | 5 | 0 | B | 1A | 59 | E | 46 |
| Octal | 262 | 274 | 247 | 5 | 0 | 13 | 32 | 131 | 16 | 106 |
| Binary | 10110010 | 10111100 | 10100111 | 101 | 0 | 1011 | 11010 | 1011001 | 1110 | 1000110 |
Color Harmonies of #B2BCA7
Complementary color
Monochromatic Colors of #B2BCA7
Black with #B2BCA7
Text Example
Text Example
White with #B2BCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCA7; }
p { color: rgb(178,188,167); }
H1.HeaderClassName
{
color: #B2BCA7;
}
.AnyTagClassName
{
color: #B2BCA7;
}
</style>
background-color css
<style>
a { background-color: #B2BCA7; }
a { background-color: rgb(178,188,167); }
div.DivClassName
{
background-color: #B2BCA7;
}
.BgClassName
{
background-color: #B2BCA7;
}
</style>
border-color css
<style>
span { border-color: #B2BCA7; }
span { border-color: rgb(178,188,167); }
td.TdClassName
{
border-color: #B2BCA7;
}
.TagClassName
{
border-color: #B2BCA7;
}
</style>