#BEC1B9

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

Shades of Tasman #BEC1B9

Tints of Tasman #BEC1B9

Color information

#BEC1B9 (or 0xBEC1B9) is unknown color: approx Tasman. HEX triplet: BE, C1 and B9. RGB value is (190,193,185). Sum of RGB (Red+Green+Blue) = 190+193+185=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1B9 is #413E46. Grayscale: #BFBFBF. Windows color (decimal): -4275783 or 12173758. OLE color: 12173758.

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

Color convert

RGB190193185-
CMYK0.0200.040.24
HSL82.5º6.06%74.12%-
HSV(B)82.5º4.15%75.69%-
XYZ49.0652.5953.46-
YUV191.19124.51127.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=33.45%
G=33.98%
B=32.57%

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
Decimal1901931850.0200.040.2482.56.0674.12
HexBEC1B9204185264a
Octal276301271204301226112
Binary1011111011000001101110011001001100010100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1B9; }

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

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

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

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

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

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

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

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