Shades of Tasman #BEC0B8
Tints of Tasman #BEC0B8
RGB
CMYK
RGB Variations
Color information
#BEC0B8 (or 0xBEC0B8) is known color: Tasman. HEX triplet: BE, C0 and B8. RGB value is (190,192,184). Sum of RGB (Red+Green+Blue) = 190+192+184=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0B8 is #413F47. Grayscale: #BEBEBE. Windows color (decimal): -4276040 or 12107966. OLE color: 12107966.
HSL color Cylindrical-coordinate representation of color #BEC0B8: hue angle of 75º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC0B8 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 184 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.25 |
| HSL | 75º | 0.06% | 0.74% | - |
| HSV(B) | 75º | 0.04% | 0.75% | - |
| XYZ | 48.74 | 52.11 | 52.84 | - |
| YUV | 190.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 184 | 0.01 | 0 | 0.04 | 0.25 | 75 | 0.06 | 0.74 |
| Hex | BE | C0 | B8 | 1 | 0 | 4 | 19 | 4B | 6 | 4A |
| Octal | 276 | 300 | 270 | 1 | 0 | 4 | 31 | 113 | 6 | 112 |
| Binary | 10111110 | 11000000 | 10111000 | 1 | 0 | 100 | 11001 | 1001011 | 110 | 1001010 |
Color Harmonies of #BEC0B8
Complementary color
Monochromatic Colors of #BEC0B8
Black with #BEC0B8
Text Example
Text Example
White with #BEC0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0B8; }
p { color: rgb(190,192,184); }
H1.HeaderClassName
{
color: #BEC0B8;
}
.AnyTagClassName
{
color: #BEC0B8;
}
</style>
background-color css
<style>
a { background-color: #BEC0B8; }
a { background-color: rgb(190,192,184); }
div.DivClassName
{
background-color: #BEC0B8;
}
.BgClassName
{
background-color: #BEC0B8;
}
</style>
border-color css
<style>
span { border-color: #BEC0B8; }
span { border-color: rgb(190,192,184); }
td.TdClassName
{
border-color: #BEC0B8;
}
.TagClassName
{
border-color: #BEC0B8;
}
</style>