Shades of Tasman #B2BBA9
Tints of Tasman #B2BBA9
RGB
CMYK
RGB Variations
Color information
#B2BBA9 (or 0xB2BBA9) is known color: Tasman. HEX triplet: B2, BB and A9. RGB value is (178,187,169). Sum of RGB (Red+Green+Blue) = 178+187+169=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BBA9 is #4D4456. Grayscale: #B6B6B6. Windows color (decimal): -5063767 or 11123634. OLE color: 11123634.
HSL color Cylindrical-coordinate representation of color #B2BBA9: hue angle of 90º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2BBA9 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 169 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.27 |
| HSL | 90º | 0.12% | 0.7% | - |
| HSV(B) | 90º | 0.1% | 0.73% | - |
| XYZ | 43.29 | 47.87 | 44.49 | - |
| YUV | 182.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 169 | 0.05 | 0 | 0.10 | 0.27 | 90 | 0.12 | 0.7 |
| Hex | B2 | BB | A9 | 5 | 0 | A | 1B | 5A | C | 46 |
| Octal | 262 | 273 | 251 | 5 | 0 | 12 | 33 | 132 | 14 | 106 |
| Binary | 10110010 | 10111011 | 10101001 | 101 | 0 | 1010 | 11011 | 1011010 | 1100 | 1000110 |
Color Harmonies of #B2BBA9
Complementary color
Monochromatic Colors of #B2BBA9
Black with #B2BBA9
Text Example
Text Example
White with #B2BBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBA9; }
p { color: rgb(178,187,169); }
H1.HeaderClassName
{
color: #B2BBA9;
}
.AnyTagClassName
{
color: #B2BBA9;
}
</style>
background-color css
<style>
a { background-color: #B2BBA9; }
a { background-color: rgb(178,187,169); }
div.DivClassName
{
background-color: #B2BBA9;
}
.BgClassName
{
background-color: #B2BBA9;
}
</style>
border-color css
<style>
span { border-color: #B2BBA9; }
span { border-color: rgb(178,187,169); }
td.TdClassName
{
border-color: #B2BBA9;
}
.TagClassName
{
border-color: #B2BBA9;
}
</style>