#BEC3B6

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

Shades of Tasman #BEC3B6

Tints of Tasman #BEC3B6

Color information

#BEC3B6 (or 0xBEC3B6) is unknown color: approx Tasman. HEX triplet: BE, C3 and B6. RGB value is (190,195,182). Sum of RGB (Red+Green+Blue) = 190+195+182=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3B6 is #413C49. Grayscale: #C0C0C0. Windows color (decimal): -4275274 or 11977662. OLE color: 11977662.

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

Color convert

RGB190195182-
CMYK0.0300.070.24
HSL83.08º9.77%73.92%-
HSV(B)83.08º6.67%76.47%-
XYZ49.1953.3551.96-
YUV192.02122.34126.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 195 (76.56% from 255) = 34.39%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=33.51%
G=34.39%
B=32.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951820.0300.070.2483.089.7773.92
HexBEC3B63071853a4a
Octal2763032663073012312112
Binary10111110110000111011011011011111000101001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3B6; }

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

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

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

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

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

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

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

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