Shades of Tasman #B8C2AB
Tints of Tasman #B8C2AB
RGB
CMYK
RGB Variations
Color information
#B8C2AB (or 0xB8C2AB) is known color: Tasman. HEX triplet: B8, C2 and AB. RGB value is (184,194,171). Sum of RGB (Red+Green+Blue) = 184+194+171=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C2AB is #473D54. Grayscale: #BCBCBC. Windows color (decimal): -4668757 or 11256504. OLE color: 11256504.
HSL color Cylindrical-coordinate representation of color #B8C2AB: hue angle of 86.09º 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 #B8C2AB is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 171 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.24 |
| HSL | 86.09º | 0.16% | 0.72% | - |
| HSV(B) | 86.09º | 0.12% | 0.76% | - |
| XYZ | 46.41 | 51.71 | 46.06 | - |
| YUV | 188.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 171 | 0.05 | 0 | 0.12 | 0.24 | 86.09 | 0.16 | 0.72 |
| Hex | B8 | C2 | AB | 5 | 0 | C | 18 | 56 | 10 | 48 |
| Octal | 270 | 302 | 253 | 5 | 0 | 14 | 30 | 126 | 20 | 110 |
| Binary | 10111000 | 11000010 | 10101011 | 101 | 0 | 1100 | 11000 | 1010110 | 10000 | 1001000 |
Color Harmonies of #B8C2AB
Complementary color
Monochromatic Colors of #B8C2AB
Black with #B8C2AB
Text Example
Text Example
White with #B8C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2AB; }
p { color: rgb(184,194,171); }
H1.HeaderClassName
{
color: #B8C2AB;
}
.AnyTagClassName
{
color: #B8C2AB;
}
</style>
background-color css
<style>
a { background-color: #B8C2AB; }
a { background-color: rgb(184,194,171); }
div.DivClassName
{
background-color: #B8C2AB;
}
.BgClassName
{
background-color: #B8C2AB;
}
</style>
border-color css
<style>
span { border-color: #B8C2AB; }
span { border-color: rgb(184,194,171); }
td.TdClassName
{
border-color: #B8C2AB;
}
.TagClassName
{
border-color: #B8C2AB;
}
</style>