#BEC3B4

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

Shades of Tasman #BEC3B4

Tints of Tasman #BEC3B4

Color information

#BEC3B4 (or 0xBEC3B4) is unknown color: approx Tasman. HEX triplet: BE, C3 and B4. RGB value is (190,195,180). Sum of RGB (Red+Green+Blue) = 190+195+180=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3B4 is #413C4B. Grayscale: #BFBFBF. Windows color (decimal): -4275276 or 11846590. OLE color: 11846590.

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

Color convert

RGB190195180-
CMYK0.0300.080.24
HSL80º11.11%73.53%-
HSV(B)80º7.69%76.47%-
XYZ48.9953.2750.88-
YUV191.8121.34126.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 195 (76.56% from 255) = 34.51%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=33.63%
G=34.51%
B=31.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951800.0300.080.248011.1173.53
HexBEC3B43081850b4a
Octal27630326430103012013112
Binary101111101100001110110100110100011000101000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3B4; }

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

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

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

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

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

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

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

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