Shades of Tasman #BEC1B8
Tints of Tasman #BEC1B8
RGB
CMYK
RGB Variations
Color information
#BEC1B8 (or 0xBEC1B8) is known color: Tasman. HEX triplet: BE, C1 and B8. RGB value is (190,193,184). Sum of RGB (Red+Green+Blue) = 190+193+184=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1B8 is #413E47. Grayscale: #BFBFBF. Windows color (decimal): -4275784 or 12108222. OLE color: 12108222.
HSL color Cylindrical-coordinate representation of color #BEC1B8: hue angle of 80º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC1B8 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 184 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.24 |
| HSL | 80º | 0.07% | 0.74% | - |
| HSV(B) | 80º | 0.05% | 0.76% | - |
| XYZ | 48.96 | 52.55 | 52.91 | - |
| YUV | 191.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 184 | 0.02 | 0 | 0.05 | 0.24 | 80 | 0.07 | 0.74 |
| Hex | BE | C1 | B8 | 2 | 0 | 5 | 18 | 50 | 7 | 4A |
| Octal | 276 | 301 | 270 | 2 | 0 | 5 | 30 | 120 | 7 | 112 |
| Binary | 10111110 | 11000001 | 10111000 | 10 | 0 | 101 | 11000 | 1010000 | 111 | 1001010 |
Color Harmonies of #BEC1B8
Complementary color
Monochromatic Colors of #BEC1B8
Black with #BEC1B8
Text Example
Text Example
White with #BEC1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1B8; }
p { color: rgb(190,193,184); }
H1.HeaderClassName
{
color: #BEC1B8;
}
.AnyTagClassName
{
color: #BEC1B8;
}
</style>
background-color css
<style>
a { background-color: #BEC1B8; }
a { background-color: rgb(190,193,184); }
div.DivClassName
{
background-color: #BEC1B8;
}
.BgClassName
{
background-color: #BEC1B8;
}
</style>
border-color css
<style>
span { border-color: #BEC1B8; }
span { border-color: rgb(190,193,184); }
td.TdClassName
{
border-color: #BEC1B8;
}
.TagClassName
{
border-color: #BEC1B8;
}
</style>