#BEC1BA

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

Shades of Tasman #BEC1BA

Tints of Tasman #BEC1BA

Color information

#BEC1BA (or 0xBEC1BA) is unknown color: approx Tasman. HEX triplet: BE, C1 and BA. RGB value is (190,193,186). Sum of RGB (Red+Green+Blue) = 190+193+186=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1BA is #413E45. Grayscale: #BFBFBF. Windows color (decimal): -4275782 or 12239294. OLE color: 12239294.

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

Color convert

RGB190193186-
CMYK0.0200.040.24
HSL85.71º5.34%74.31%-
HSV(B)85.71º3.63%75.69%-
XYZ49.1752.6354.02-
YUV191.3125.01127.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=33.39%
G=33.92%
B=32.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931860.0200.040.2485.715.3474.31
HexBEC1BA204185654a
Octal276301272204301265112
Binary1011111011000001101110101001001100010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1BA; }

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

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

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

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

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

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

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

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