#BEC1A4

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

Shades of Beryl Green #BEC1A4

Tints of Beryl Green #BEC1A4

Color information

#BEC1A4 (or 0xBEC1A4) is unknown color: approx Beryl Green. HEX triplet: BE, C1 and A4. RGB value is (190,193,164). Sum of RGB (Red+Green+Blue) = 190+193+164=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC1A4 is #413E5B. Grayscale: #BCBCBC. Windows color (decimal): -4275804 or 10797502. OLE color: 10797502.

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

Color convert

RGB190193164-
CMYK0.0200.150.24
HSL66.21º18.95%70%-
HSV(B)66.21º15.03%75.69%-
XYZ47.0151.7742.64-
YUV188.8114.01128.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=34.73%
G=35.28%
B=29.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931640.0200.150.2466.2118.9570
HexBEC1A420F18421346
Octal27630124420173010223106
Binary1011111011000001101001001001111110001000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1A4; }

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

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

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

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

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

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

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

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