Shades of Tasman #BEC1B7
Tints of Tasman #BEC1B7
RGB
CMYK
RGB Variations
Color information
#BEC1B7 (or 0xBEC1B7) is known color: Tasman. HEX triplet: BE, C1 and B7. RGB value is (190,193,183). Sum of RGB (Red+Green+Blue) = 190+193+183=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1B7 is #413E48. Grayscale: #BFBFBF. Windows color (decimal): -4275785 or 12042686. OLE color: 12042686.
HSL color Cylindrical-coordinate representation of color #BEC1B7: hue angle of 78º 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 #BEC1B7 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 193 | 183 | - |
CMYK | 0.02 | 0 | 0.05 | 0.24 |
HSL | 78º | 0.07% | 0.74% | - |
HSV(B) | 78º | 0.05% | 0.76% | - |
XYZ | 48.85 | 52.51 | 52.36 | - |
YUV | 190.96 | 123.51 | 127.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 193 | 183 | 0.02 | 0 | 0.05 | 0.24 | 78 | 0.07 | 0.74 |
Hex | BE | C1 | B7 | 2 | 0 | 5 | 18 | 4E | 7 | 4A |
Octal | 276 | 301 | 267 | 2 | 0 | 5 | 30 | 116 | 7 | 112 |
Binary | 10111110 | 11000001 | 10110111 | 10 | 0 | 101 | 11000 | 1001110 | 111 | 1001010 |
Color Harmonies of #BEC1B7
Complementary color
Monochromatic Colors of #BEC1B7
Black with #BEC1B7
Text Example
Text Example
White with #BEC1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1B7; }
p { color: rgb(190,193,183); }
H1.HeaderClassName
{
color: #BEC1B7;
}
.AnyTagClassName
{
color: #BEC1B7;
}
</style>
background-color css
<style>
a { background-color: #BEC1B7; }
a { background-color: rgb(190,193,183); }
div.DivClassName
{
background-color: #BEC1B7;
}
.BgClassName
{
background-color: #BEC1B7;
}
</style>
border-color css
<style>
span { border-color: #BEC1B7; }
span { border-color: rgb(190,193,183); }
td.TdClassName
{
border-color: #BEC1B7;
}
.TagClassName
{
border-color: #BEC1B7;
}
</style>