Shades of Tasman #B7C2AB
Tints of Tasman #B7C2AB
RGB
CMYK
RGB Variations
Color information
#B7C2AB (or 0xB7C2AB) is known color: Tasman. HEX triplet: B7, C2 and AB. RGB value is (183,194,171). Sum of RGB (Red+Green+Blue) = 183+194+171=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C2AB is #483D54. Grayscale: #BCBCBC. Windows color (decimal): -4734293 or 11256503. OLE color: 11256503.
HSL color Cylindrical-coordinate representation of color #B7C2AB: hue angle of 88.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7C2AB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 194 | 171 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.24 |
| HSL | 88.7º | 0.16% | 0.72% | - |
| HSV(B) | 88.7º | 0.12% | 0.76% | - |
| XYZ | 46.17 | 51.59 | 46.05 | - |
| YUV | 188.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 171 | 0.06 | 0 | 0.12 | 0.24 | 88.7 | 0.16 | 0.72 |
| Hex | B7 | C2 | AB | 6 | 0 | C | 18 | 59 | 10 | 48 |
| Octal | 267 | 302 | 253 | 6 | 0 | 14 | 30 | 131 | 20 | 110 |
| Binary | 10110111 | 11000010 | 10101011 | 110 | 0 | 1100 | 11000 | 1011001 | 10000 | 1001000 |
Color Harmonies of #B7C2AB
Complementary color
Monochromatic Colors of #B7C2AB
Black with #B7C2AB
Text Example
Text Example
White with #B7C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C2AB; }
p { color: rgb(183,194,171); }
H1.HeaderClassName
{
color: #B7C2AB;
}
.AnyTagClassName
{
color: #B7C2AB;
}
</style>
background-color css
<style>
a { background-color: #B7C2AB; }
a { background-color: rgb(183,194,171); }
div.DivClassName
{
background-color: #B7C2AB;
}
.BgClassName
{
background-color: #B7C2AB;
}
</style>
border-color css
<style>
span { border-color: #B7C2AB; }
span { border-color: rgb(183,194,171); }
td.TdClassName
{
border-color: #B7C2AB;
}
.TagClassName
{
border-color: #B7C2AB;
}
</style>