Shades of Tasman #BEC6B2
Tints of Tasman #BEC6B2
RGB
CMYK
RGB Variations
Color information
#BEC6B2 (or 0xBEC6B2) is known color: Tasman. HEX triplet: BE, C6 and B2. RGB value is (190,198,178). Sum of RGB (Red+Green+Blue) = 190+198+178=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6B2 is #41394D. Grayscale: #C1C1C1. Windows color (decimal): -4274510 or 11716286. OLE color: 11716286.
HSL color Cylindrical-coordinate representation of color #BEC6B2: hue angle of 84º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC6B2 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
RGB | 190 | 198 | 178 | - |
CMYK | 0.04 | 0 | 0.10 | 0.22 |
HSL | 84º | 0.15% | 0.74% | - |
HSV(B) | 84º | 0.1% | 0.78% | - |
XYZ | 49.47 | 54.55 | 50.04 | - |
YUV | 193.33 | 119.35 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 198 | 178 | 0.04 | 0 | 0.10 | 0.22 | 84 | 0.15 | 0.74 |
Hex | BE | C6 | B2 | 4 | 0 | A | 16 | 54 | F | 4A |
Octal | 276 | 306 | 262 | 4 | 0 | 12 | 26 | 124 | 17 | 112 |
Binary | 10111110 | 11000110 | 10110010 | 100 | 0 | 1010 | 10110 | 1010100 | 1111 | 1001010 |
Color Harmonies of #BEC6B2
Complementary color
Monochromatic Colors of #BEC6B2
Black with #BEC6B2
Text Example
Text Example
White with #BEC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6B2; }
p { color: rgb(190,198,178); }
H1.HeaderClassName
{
color: #BEC6B2;
}
.AnyTagClassName
{
color: #BEC6B2;
}
</style>
background-color css
<style>
a { background-color: #BEC6B2; }
a { background-color: rgb(190,198,178); }
div.DivClassName
{
background-color: #BEC6B2;
}
.BgClassName
{
background-color: #BEC6B2;
}
</style>
border-color css
<style>
span { border-color: #BEC6B2; }
span { border-color: rgb(190,198,178); }
td.TdClassName
{
border-color: #BEC6B2;
}
.TagClassName
{
border-color: #BEC6B2;
}
</style>