#BEC4B4

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

Shades of Tasman #BEC4B4

Tints of Tasman #BEC4B4

Color information

#BEC4B4 (or 0xBEC4B4) is unknown color: approx Tasman. HEX triplet: BE, C4 and B4. RGB value is (190,196,180). Sum of RGB (Red+Green+Blue) = 190+196+180=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4B4 is #413B4B. Grayscale: #C0C0C0. Windows color (decimal): -4275020 or 11846846. OLE color: 11846846.

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

Color convert

RGB190196180-
CMYK0.0300.080.23
HSL82.5º11.94%73.73%-
HSV(B)82.5º8.16%76.86%-
XYZ49.2153.7250.96-
YUV192.38121.01126.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=33.57%
G=34.63%
B=31.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961800.0300.080.2382.511.9473.73
HexBEC4B43081752c4a
Octal27630426430102712214112
Binary101111101100010010110100110100010111101001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4B4; }

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

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

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

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

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

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

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

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