Shades of Tasman #B7BAB1
Tints of Tasman #B7BAB1
RGB
CMYK
RGB Variations
Color information
#B7BAB1 (or 0xB7BAB1) is known color: Tasman. HEX triplet: B7, BA and B1. RGB value is (183,186,177). Sum of RGB (Red+Green+Blue) = 183+186+177=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BAB1 is #48454E. Grayscale: #B8B8B8. Windows color (decimal): -4736335 or 11647671. OLE color: 11647671.
HSL color Cylindrical-coordinate representation of color #B7BAB1: hue angle of 80º degrees, saturation: 0.06, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7BAB1 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 186 | 177 | - |
CMYK | 0.02 | 0 | 0.05 | 0.27 |
HSL | 80º | 0.06% | 0.71% | - |
HSV(B) | 80º | 0.05% | 0.73% | - |
XYZ | 45.02 | 48.36 | 48.56 | - |
YUV | 184.08 | 124.01 | 127.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 186 | 177 | 0.02 | 0 | 0.05 | 0.27 | 80 | 0.06 | 0.71 |
Hex | B7 | BA | B1 | 2 | 0 | 5 | 1B | 50 | 6 | 47 |
Octal | 267 | 272 | 261 | 2 | 0 | 5 | 33 | 120 | 6 | 107 |
Binary | 10110111 | 10111010 | 10110001 | 10 | 0 | 101 | 11011 | 1010000 | 110 | 1000111 |
Color Harmonies of #B7BAB1
Complementary color
Monochromatic Colors of #B7BAB1
Black with #B7BAB1
Text Example
Text Example
White with #B7BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BAB1; }
p { color: rgb(183,186,177); }
H1.HeaderClassName
{
color: #B7BAB1;
}
.AnyTagClassName
{
color: #B7BAB1;
}
</style>
background-color css
<style>
a { background-color: #B7BAB1; }
a { background-color: rgb(183,186,177); }
div.DivClassName
{
background-color: #B7BAB1;
}
.BgClassName
{
background-color: #B7BAB1;
}
</style>
border-color css
<style>
span { border-color: #B7BAB1; }
span { border-color: rgb(183,186,177); }
td.TdClassName
{
border-color: #B7BAB1;
}
.TagClassName
{
border-color: #B7BAB1;
}
</style>