Shades of Tasman #B7BDB0
Tints of Tasman #B7BDB0
RGB
CMYK
RGB Variations
Color information
#B7BDB0 (or 0xB7BDB0) is known color: Tasman. HEX triplet: B7, BD and B0. RGB value is (183,189,176). Sum of RGB (Red+Green+Blue) = 183+189+176=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BDB0 is #48424F. Grayscale: #B9B9B9. Windows color (decimal): -4735568 or 11582903. OLE color: 11582903.
HSL color Cylindrical-coordinate representation of color #B7BDB0: hue angle of 87.69º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7BDB0 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 176 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.26 |
| HSL | 87.69º | 0.09% | 0.72% | - |
| HSV(B) | 87.69º | 0.07% | 0.74% | - |
| XYZ | 45.56 | 49.6 | 48.25 | - |
| YUV | 185.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 176 | 0.03 | 0 | 0.07 | 0.26 | 87.69 | 0.09 | 0.72 |
| Hex | B7 | BD | B0 | 3 | 0 | 7 | 1A | 58 | 9 | 48 |
| Octal | 267 | 275 | 260 | 3 | 0 | 7 | 32 | 130 | 11 | 110 |
| Binary | 10110111 | 10111101 | 10110000 | 11 | 0 | 111 | 11010 | 1011000 | 1001 | 1001000 |
Color Harmonies of #B7BDB0
Complementary color
Monochromatic Colors of #B7BDB0
Black with #B7BDB0
Text Example
Text Example
White with #B7BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDB0; }
p { color: rgb(183,189,176); }
H1.HeaderClassName
{
color: #B7BDB0;
}
.AnyTagClassName
{
color: #B7BDB0;
}
</style>
background-color css
<style>
a { background-color: #B7BDB0; }
a { background-color: rgb(183,189,176); }
div.DivClassName
{
background-color: #B7BDB0;
}
.BgClassName
{
background-color: #B7BDB0;
}
</style>
border-color css
<style>
span { border-color: #B7BDB0; }
span { border-color: rgb(183,189,176); }
td.TdClassName
{
border-color: #B7BDB0;
}
.TagClassName
{
border-color: #B7BDB0;
}
</style>