#BEC4B2

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

Shades of Tasman #BEC4B2

Tints of Tasman #BEC4B2

Color information

#BEC4B2 (or 0xBEC4B2) is unknown color: approx Tasman. HEX triplet: BE, C4 and B2. RGB value is (190,196,178). Sum of RGB (Red+Green+Blue) = 190+196+178=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4B2 is #413B4D. Grayscale: #C0C0C0. Windows color (decimal): -4275022 or 11715774. OLE color: 11715774.

HSL color Cylindrical-coordinate representation of color #BEC4B2: hue angle of 80º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC4B2 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB190196178-
CMYK0.0300.090.23
HSL80º13.24%73.33%-
HSV(B)80º9.18%76.86%-
XYZ49.0153.6449.89-
YUV192.15120.01126.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 196 (76.95% from 255) = 34.75%
BLUE value IS 178 (69.92% from 255) = 31.56%
R=33.69%
G=34.75%
B=31.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961780.0300.090.238013.2473.33
HexBEC4B23091750d49
Octal27630426230112712015111
Binary101111101100010010110010110100110111101000011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4B2; }

 p { color: rgb(190,196,178); }

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

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

 a { background-color: rgb(190,196,178); }

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

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

 span { border-color: rgb(190,196,178); }

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