#BEC6B4

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

Shades of Tasman #BEC6B4

Tints of Tasman #BEC6B4

Color information

#BEC6B4 (or 0xBEC6B4) is unknown color: approx Tasman. HEX triplet: BE, C6 and B4. RGB value is (190,198,180). Sum of RGB (Red+Green+Blue) = 190+198+180=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6B4 is #41394B. Grayscale: #C1C1C1. Windows color (decimal): -4274508 or 11847358. OLE color: 11847358.

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

Color convert

RGB190198180-
CMYK0.0400.090.22
HSL86.67º13.64%74.12%-
HSV(B)86.67º9.09%77.65%-
XYZ49.6754.6351.11-
YUV193.56120.35125.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=33.45%
G=34.86%
B=31.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981800.0400.090.2286.6713.6474.12
HexBEC6B44091657e4a
Octal27630626440112612716112
Binary1011111011000110101101001000100110110101011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6B4; }

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

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

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

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

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

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

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

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