Shades of Tasman #B7C1AD
Tints of Tasman #B7C1AD
RGB
CMYK
RGB Variations
Color information
#B7C1AD (or 0xB7C1AD) is known color: Tasman. HEX triplet: B7, C1 and AD. RGB value is (183,193,173). Sum of RGB (Red+Green+Blue) = 183+193+173=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C1AD is #483E52. Grayscale: #BBBBBB. Windows color (decimal): -4734547 or 11387319. OLE color: 11387319.
HSL color Cylindrical-coordinate representation of color #B7C1AD: hue angle of 90º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7C1AD is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
RGB | 183 | 193 | 173 | - |
CMYK | 0.05 | 0 | 0.10 | 0.24 |
HSL | 90º | 0.14% | 0.72% | - |
HSV(B) | 90º | 0.1% | 0.76% | - |
XYZ | 46.14 | 51.22 | 46.99 | - |
YUV | 187.73 | 119.69 | 124.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 193 | 173 | 0.05 | 0 | 0.10 | 0.24 | 90 | 0.14 | 0.72 |
Hex | B7 | C1 | AD | 5 | 0 | A | 18 | 5A | E | 48 |
Octal | 267 | 301 | 255 | 5 | 0 | 12 | 30 | 132 | 16 | 110 |
Binary | 10110111 | 11000001 | 10101101 | 101 | 0 | 1010 | 11000 | 1011010 | 1110 | 1001000 |
Color Harmonies of #B7C1AD
Complementary color
Monochromatic Colors of #B7C1AD
Black with #B7C1AD
Text Example
Text Example
White with #B7C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C1AD; }
p { color: rgb(183,193,173); }
H1.HeaderClassName
{
color: #B7C1AD;
}
.AnyTagClassName
{
color: #B7C1AD;
}
</style>
background-color css
<style>
a { background-color: #B7C1AD; }
a { background-color: rgb(183,193,173); }
div.DivClassName
{
background-color: #B7C1AD;
}
.BgClassName
{
background-color: #B7C1AD;
}
</style>
border-color css
<style>
span { border-color: #B7C1AD; }
span { border-color: rgb(183,193,173); }
td.TdClassName
{
border-color: #B7C1AD;
}
.TagClassName
{
border-color: #B7C1AD;
}
</style>