#BEC7B2

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

Shades of Tasman #BEC7B2

Tints of Tasman #BEC7B2

Color information

#BEC7B2 (or 0xBEC7B2) is unknown color: approx Tasman. HEX triplet: BE, C7 and B2. RGB value is (190,199,178). Sum of RGB (Red+Green+Blue) = 190+199+178=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC7B2 is #41384D. Grayscale: #C1C1C1. Windows color (decimal): -4274254 or 11716542. OLE color: 11716542.

HSL color Cylindrical-coordinate representation of color #BEC7B2: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC7B2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB190199178-
CMYK0.0500.110.22
HSL85.71º15.79%73.92%-
HSV(B)85.71º10.55%78.04%-
XYZ49.6955.0150.12-
YUV193.92119.02125.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=33.51%
G=35.10%
B=31.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991780.0500.110.2285.7115.7973.92
HexBEC7B250B1656104a
Octal27630726250132612620112
Binary10111110110001111011001010101011101101010110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7B2; }

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

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

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

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

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

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

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

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