#BEC2B5

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

Shades of Tasman #BEC2B5

Tints of Tasman #BEC2B5

Color information

#BEC2B5 (or 0xBEC2B5) is unknown color: approx Tasman. HEX triplet: BE, C2 and B5. RGB value is (190,194,181). Sum of RGB (Red+Green+Blue) = 190+194+181=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2B5 is #413D4A. Grayscale: #BFBFBF. Windows color (decimal): -4275531 or 11911870. OLE color: 11911870.

HSL color Cylindrical-coordinate representation of color #BEC2B5: hue angle of 78.46º 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 #BEC2B5 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB190194181-
CMYK0.0200.070.24
HSL78.46º9.63%73.53%-
HSV(B)78.46º6.7%76.08%-
XYZ48.8752.8751.34-
YUV191.32122.17127.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=33.63%
G=34.34%
B=32.04%

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
Decimal1901941810.0200.070.2478.469.6373.53
HexBEC2B5207184ea4a
Octal2763022652073011612112
Binary10111110110000101011010110011111000100111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2B5; }

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

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

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

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

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

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

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

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