#BEC1B6

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

Shades of Tasman #BEC1B6

Tints of Tasman #BEC1B6

Color information

#BEC1B6 (or 0xBEC1B6) is unknown color: approx Tasman. HEX triplet: BE, C1 and B6. RGB value is (190,193,182). Sum of RGB (Red+Green+Blue) = 190+193+182=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1B6 is #413E49. Grayscale: #BEBEBE. Windows color (decimal): -4275786 or 11977150. OLE color: 11977150.

HSL color Cylindrical-coordinate representation of color #BEC1B6: hue angle of 76.36º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC1B6 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB190193182-
CMYK0.0200.060.24
HSL76.36º8.15%73.53%-
HSV(B)76.36º5.7%75.69%-
XYZ48.7552.4651.81-
YUV190.85123.01127.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 193 (75.78% from 255) = 34.16%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=33.63%
G=34.16%
B=32.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931820.0200.060.2476.368.1573.53
HexBEC1B6206184c84a
Octal2763012662063011410112
Binary10111110110000011011011010011011000100110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1B6; }

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

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

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

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

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

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

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

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