Shades of Tasman #BEC4B2
Tints of Tasman #BEC4B2
RGB
CMYK
RGB Variations
Color information
#BEC4B2 (or 0xBEC4B2) is known color: Tasman. HEX triplet: BE, C4 and B2. RGB value is (190,196,178). Sum of RGB (Red+Green+Blue) = 190+196+178=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4B2 is #413B4D. Grayscale: #C0C0C0. Windows color (decimal): -4275022 or 11715774. OLE color: 11715774.
HSL color Cylindrical-coordinate representation of color #BEC4B2: hue angle of 80º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC4B2 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 178 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.23 |
| HSL | 80º | 0.13% | 0.73% | - |
| HSV(B) | 80º | 0.09% | 0.77% | - |
| XYZ | 49.01 | 53.64 | 49.89 | - |
| YUV | 192.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 178 | 0.03 | 0 | 0.09 | 0.23 | 80 | 0.13 | 0.73 |
| Hex | BE | C4 | B2 | 3 | 0 | 9 | 17 | 50 | D | 49 |
| Octal | 276 | 304 | 262 | 3 | 0 | 11 | 27 | 120 | 15 | 111 |
| Binary | 10111110 | 11000100 | 10110010 | 11 | 0 | 1001 | 10111 | 1010000 | 1101 | 1001001 |
Color Harmonies of #BEC4B2
Complementary color
Monochromatic Colors of #BEC4B2
Black with #BEC4B2
Text Example
Text Example
White with #BEC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4B2; }
p { color: rgb(190,196,178); }
H1.HeaderClassName
{
color: #BEC4B2;
}
.AnyTagClassName
{
color: #BEC4B2;
}
</style>
background-color css
<style>
a { background-color: #BEC4B2; }
a { background-color: rgb(190,196,178); }
div.DivClassName
{
background-color: #BEC4B2;
}
.BgClassName
{
background-color: #BEC4B2;
}
</style>
border-color css
<style>
span { border-color: #BEC4B2; }
span { border-color: rgb(190,196,178); }
td.TdClassName
{
border-color: #BEC4B2;
}
.TagClassName
{
border-color: #BEC4B2;
}
</style>