#BEC4B6

Color #BEC4B6 Tasman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tasman #BEC4B6

Tints of Tasman #BEC4B6

Color information

#BEC4B6 (or 0xBEC4B6) is unknown color: approx Tasman. HEX triplet: BE, C4 and B6. RGB value is (190,196,182). Sum of RGB (Red+Green+Blue) = 190+196+182=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4B6 is #413B49. Grayscale: #C0C0C0. Windows color (decimal): -4275018 or 11977918. OLE color: 11977918.

HSL color Cylindrical-coordinate representation of color #BEC4B6: hue angle of 85.71º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC4B6 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB190196182-
CMYK0.0300.070.23
HSL85.71º10.61%74.12%-
HSV(B)85.71º7.14%76.86%-
XYZ49.4253.852.04-
YUV192.61122.01126.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=33.45%
G=34.51%
B=32.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961820.0300.070.2385.7110.6174.12
HexBEC4B63071756b4a
Octal2763042663072712613112
Binary10111110110001001011011011011110111101011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4B6; }

 p { color: rgb(190,196,182); }

 H1.HeaderClassName
 {
   color: #BEC4B6;
 }
 .AnyTagClassName
 {
   color: #BEC4B6;
 }
</style>
background-color css

<style>
 a { background-color: #BEC4B6; }

 a { background-color: rgb(190,196,182); }

 div.DivClassName
 {
   background-color: #BEC4B6;
 }
 .BgClassName
 {
   background-color: #BEC4B6;
 }
</style>
border-color css

<style>
 span { border-color: #BEC4B6; }

 span { border-color: rgb(190,196,182); }

 td.TdClassName
 {
   border-color: #BEC4B6;
 }
 .TagClassName
 {
   border-color: #BEC4B6;
 }
</style>