#BEC3A4

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

Shades of Beryl Green #BEC3A4

Tints of Beryl Green #BEC3A4

Color information

#BEC3A4 (or 0xBEC3A4) is unknown color: approx Beryl Green. HEX triplet: BE, C3 and A4. RGB value is (190,195,164). Sum of RGB (Red+Green+Blue) = 190+195+164=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC3A4 is #413C5B. Grayscale: #BEBEBE. Windows color (decimal): -4275292 or 10798014. OLE color: 10798014.

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

Color convert

RGB190195164-
CMYK0.0300.160.24
HSL69.68º20.53%70.39%-
HSV(B)69.68º15.9%76.47%-
XYZ47.4552.6642.78-
YUV189.97113.34128.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=34.61%
G=35.52%
B=29.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951640.0300.160.2469.6820.5370.39
HexBEC3A4301018461546
Octal27630324430203010625106
Binary10111110110000111010010011010000110001000110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3A4; }

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

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

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

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

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

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

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

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