#BEC3AC

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

Shades of Beryl Green #BEC3AC

Tints of Beryl Green #BEC3AC

Color information

#BEC3AC (or 0xBEC3AC) is unknown color: approx Beryl Green. HEX triplet: BE, C3 and AC. RGB value is (190,195,172). Sum of RGB (Red+Green+Blue) = 190+195+172=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC3AC is #413C53. Grayscale: #BEBEBE. Windows color (decimal): -4275284 or 11322302. OLE color: 11322302.

HSL color Cylindrical-coordinate representation of color #BEC3AC: hue angle of 73.04º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC3AC is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB190195172-
CMYK0.0300.120.24
HSL73.04º16.08%71.96%-
HSV(B)73.04º11.79%76.47%-
XYZ48.252.9646.71-
YUV190.88117.34127.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=34.11%
G=35.01%
B=30.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951720.0300.120.2473.0416.0871.96
HexBEC3AC30C18491048
Octal27630325430143011120110
Binary1011111011000011101011001101100110001001001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3AC; }

 p { color: rgb(190,195,172); }

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

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

 a { background-color: rgb(190,195,172); }

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

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

 span { border-color: rgb(190,195,172); }

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