Shades of Tasman #BEC2B8
Tints of Tasman #BEC2B8
RGB
CMYK
RGB Variations
Color information
#BEC2B8 (or 0xBEC2B8) is known color: Tasman. HEX triplet: BE, C2 and B8. RGB value is (190,194,184). Sum of RGB (Red+Green+Blue) = 190+194+184=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2B8 is #413D47. Grayscale: #BFBFBF. Windows color (decimal): -4275528 or 12108478. OLE color: 12108478.
HSL color Cylindrical-coordinate representation of color #BEC2B8: hue angle of 84º degrees, saturation: 0.08, 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 #BEC2B8 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 194 | 184 | - |
CMYK | 0.02 | 0 | 0.05 | 0.24 |
HSL | 84º | 0.08% | 0.74% | - |
HSV(B) | 84º | 0.05% | 0.76% | - |
XYZ | 49.18 | 52.99 | 52.98 | - |
YUV | 191.66 | 123.67 | 126.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 194 | 184 | 0.02 | 0 | 0.05 | 0.24 | 84 | 0.08 | 0.74 |
Hex | BE | C2 | B8 | 2 | 0 | 5 | 18 | 54 | 8 | 4A |
Octal | 276 | 302 | 270 | 2 | 0 | 5 | 30 | 124 | 10 | 112 |
Binary | 10111110 | 11000010 | 10111000 | 10 | 0 | 101 | 11000 | 1010100 | 1000 | 1001010 |
Color Harmonies of #BEC2B8
Complementary color
Monochromatic Colors of #BEC2B8
Black with #BEC2B8
Text Example
Text Example
White with #BEC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2B8; }
p { color: rgb(190,194,184); }
H1.HeaderClassName
{
color: #BEC2B8;
}
.AnyTagClassName
{
color: #BEC2B8;
}
</style>
background-color css
<style>
a { background-color: #BEC2B8; }
a { background-color: rgb(190,194,184); }
div.DivClassName
{
background-color: #BEC2B8;
}
.BgClassName
{
background-color: #BEC2B8;
}
</style>
border-color css
<style>
span { border-color: #BEC2B8; }
span { border-color: rgb(190,194,184); }
td.TdClassName
{
border-color: #BEC2B8;
}
.TagClassName
{
border-color: #BEC2B8;
}
</style>