Shades of Tasman #BEC2B5
Tints of Tasman #BEC2B5
RGB
CMYK
RGB Variations
Color information
#BEC2B5 (or 0xBEC2B5) is known color: Tasman. HEX triplet: BE, C2 and B5. RGB value is (190,194,181). Sum of RGB (Red+Green+Blue) = 190+194+181=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2B5 is #413D4A. Grayscale: #BFBFBF. Windows color (decimal): -4275531 or 11911870. OLE color: 11911870.
HSL color Cylindrical-coordinate representation of color #BEC2B5: hue angle of 78.46º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC2B5 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 194 | 181 | - |
CMYK | 0.02 | 0 | 0.07 | 0.24 |
HSL | 78.46º | 0.1% | 0.74% | - |
HSV(B) | 78.46º | 0.07% | 0.76% | - |
XYZ | 48.87 | 52.87 | 51.34 | - |
YUV | 191.32 | 122.17 | 127.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 194 | 181 | 0.02 | 0 | 0.07 | 0.24 | 78.46 | 0.1 | 0.74 |
Hex | BE | C2 | B5 | 2 | 0 | 7 | 18 | 4E | A | 4A |
Octal | 276 | 302 | 265 | 2 | 0 | 7 | 30 | 116 | 12 | 112 |
Binary | 10111110 | 11000010 | 10110101 | 10 | 0 | 111 | 11000 | 1001110 | 1010 | 1001010 |
Color Harmonies of #BEC2B5
Complementary color
Monochromatic Colors of #BEC2B5
Black with #BEC2B5
Text Example
Text Example
White with #BEC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2B5; }
p { color: rgb(190,194,181); }
H1.HeaderClassName
{
color: #BEC2B5;
}
.AnyTagClassName
{
color: #BEC2B5;
}
</style>
background-color css
<style>
a { background-color: #BEC2B5; }
a { background-color: rgb(190,194,181); }
div.DivClassName
{
background-color: #BEC2B5;
}
.BgClassName
{
background-color: #BEC2B5;
}
</style>
border-color css
<style>
span { border-color: #BEC2B5; }
span { border-color: rgb(190,194,181); }
td.TdClassName
{
border-color: #BEC2B5;
}
.TagClassName
{
border-color: #BEC2B5;
}
</style>