#BEC2B4

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

Shades of Tasman #BEC2B4

Tints of Tasman #BEC2B4

Color information

#BEC2B4 (or 0xBEC2B4) is unknown color: approx Tasman. HEX triplet: BE, C2 and B4. RGB value is (190,194,180). Sum of RGB (Red+Green+Blue) = 190+194+180=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2B4 is #413D4B. Grayscale: #BFBFBF. Windows color (decimal): -4275532 or 11846334. OLE color: 11846334.

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

Color convert

RGB190194180-
CMYK0.0200.070.24
HSL77.14º10.29%73.33%-
HSV(B)77.14º7.22%76.08%-
XYZ48.7752.8350.81-
YUV191.21121.67127.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=33.69%
G=34.40%
B=31.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941800.0200.070.2477.1410.2973.33
HexBEC2B4207184da49
Octal2763022642073011512111
Binary10111110110000101011010010011111000100110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2B4; }

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

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

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

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

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

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

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

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