Shades of Tasman #BEC8B1
Tints of Tasman #BEC8B1
RGB
CMYK
RGB Variations
Color information
#BEC8B1 (or 0xBEC8B1) is known color: Tasman. HEX triplet: BE, C8 and B1. RGB value is (190,200,177). Sum of RGB (Red+Green+Blue) = 190+200+177=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8B1 is #41374E. Grayscale: #C2C2C2. Windows color (decimal): -4273999 or 11651262. OLE color: 11651262.
HSL color Cylindrical-coordinate representation of color #BEC8B1: hue angle of 86.09º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC8B1 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 177 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.22 |
| HSL | 86.09º | 0.17% | 0.74% | - |
| HSV(B) | 86.09º | 0.12% | 0.78% | - |
| XYZ | 49.83 | 55.43 | 49.67 | - |
| YUV | 194.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 177 | 0.05 | 0 | 0.12 | 0.22 | 86.09 | 0.17 | 0.74 |
| Hex | BE | C8 | B1 | 5 | 0 | C | 16 | 56 | 11 | 4A |
| Octal | 276 | 310 | 261 | 5 | 0 | 14 | 26 | 126 | 21 | 112 |
| Binary | 10111110 | 11001000 | 10110001 | 101 | 0 | 1100 | 10110 | 1010110 | 10001 | 1001010 |
Color Harmonies of #BEC8B1
Complementary color
Monochromatic Colors of #BEC8B1
Black with #BEC8B1
Text Example
Text Example
White with #BEC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8B1; }
p { color: rgb(190,200,177); }
H1.HeaderClassName
{
color: #BEC8B1;
}
.AnyTagClassName
{
color: #BEC8B1;
}
</style>
background-color css
<style>
a { background-color: #BEC8B1; }
a { background-color: rgb(190,200,177); }
div.DivClassName
{
background-color: #BEC8B1;
}
.BgClassName
{
background-color: #BEC8B1;
}
</style>
border-color css
<style>
span { border-color: #BEC8B1; }
span { border-color: rgb(190,200,177); }
td.TdClassName
{
border-color: #BEC8B1;
}
.TagClassName
{
border-color: #BEC8B1;
}
</style>