Shades of Tasman #BEC7B1
Tints of Tasman #BEC7B1
RGB
CMYK
RGB Variations
Color information
#BEC7B1 (or 0xBEC7B1) is known color: Tasman. HEX triplet: BE, C7 and B1. RGB value is (190,199,177). Sum of RGB (Red+Green+Blue) = 190+199+177=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC7B1 is #41384E. Grayscale: #C1C1C1. Windows color (decimal): -4274255 or 11651006. OLE color: 11651006.
HSL color Cylindrical-coordinate representation of color #BEC7B1: hue angle of 84.55º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC7B1 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 177 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.22 |
| HSL | 84.55º | 0.16% | 0.74% | - |
| HSV(B) | 84.55º | 0.11% | 0.78% | - |
| XYZ | 49.59 | 54.97 | 49.59 | - |
| YUV | 193.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 177 | 0.05 | 0 | 0.11 | 0.22 | 84.55 | 0.16 | 0.74 |
| Hex | BE | C7 | B1 | 5 | 0 | B | 16 | 55 | 10 | 4A |
| Octal | 276 | 307 | 261 | 5 | 0 | 13 | 26 | 125 | 20 | 112 |
| Binary | 10111110 | 11000111 | 10110001 | 101 | 0 | 1011 | 10110 | 1010101 | 10000 | 1001010 |
Color Harmonies of #BEC7B1
Complementary color
Monochromatic Colors of #BEC7B1
Black with #BEC7B1
Text Example
Text Example
White with #BEC7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7B1; }
p { color: rgb(190,199,177); }
H1.HeaderClassName
{
color: #BEC7B1;
}
.AnyTagClassName
{
color: #BEC7B1;
}
</style>
background-color css
<style>
a { background-color: #BEC7B1; }
a { background-color: rgb(190,199,177); }
div.DivClassName
{
background-color: #BEC7B1;
}
.BgClassName
{
background-color: #BEC7B1;
}
</style>
border-color css
<style>
span { border-color: #BEC7B1; }
span { border-color: rgb(190,199,177); }
td.TdClassName
{
border-color: #BEC7B1;
}
.TagClassName
{
border-color: #BEC7B1;
}
</style>