Shades of Tasman #B7C2AC
Tints of Tasman #B7C2AC
RGB
CMYK
RGB Variations
Color information
#B7C2AC (or 0xB7C2AC) is known color: Tasman. HEX triplet: B7, C2 and AC. RGB value is (183,194,172). Sum of RGB (Red+Green+Blue) = 183+194+172=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C2AC is #483D53. Grayscale: #BCBCBC. Windows color (decimal): -4734292 or 11322039. OLE color: 11322039.
HSL color Cylindrical-coordinate representation of color #B7C2AC: hue angle of 90º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7C2AC is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 194 | 172 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.24 |
| HSL | 90º | 0.15% | 0.72% | - |
| HSV(B) | 90º | 0.11% | 0.76% | - |
| XYZ | 46.27 | 51.63 | 46.56 | - |
| YUV | 188.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 172 | 0.06 | 0 | 0.11 | 0.24 | 90 | 0.15 | 0.72 |
| Hex | B7 | C2 | AC | 6 | 0 | B | 18 | 5A | F | 48 |
| Octal | 267 | 302 | 254 | 6 | 0 | 13 | 30 | 132 | 17 | 110 |
| Binary | 10110111 | 11000010 | 10101100 | 110 | 0 | 1011 | 11000 | 1011010 | 1111 | 1001000 |
Color Harmonies of #B7C2AC
Complementary color
Monochromatic Colors of #B7C2AC
Black with #B7C2AC
Text Example
Text Example
White with #B7C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C2AC; }
p { color: rgb(183,194,172); }
H1.HeaderClassName
{
color: #B7C2AC;
}
.AnyTagClassName
{
color: #B7C2AC;
}
</style>
background-color css
<style>
a { background-color: #B7C2AC; }
a { background-color: rgb(183,194,172); }
div.DivClassName
{
background-color: #B7C2AC;
}
.BgClassName
{
background-color: #B7C2AC;
}
</style>
border-color css
<style>
span { border-color: #B7C2AC; }
span { border-color: rgb(183,194,172); }
td.TdClassName
{
border-color: #B7C2AC;
}
.TagClassName
{
border-color: #B7C2AC;
}
</style>