#BEC2A7

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

Shades of Beryl Green #BEC2A7

Tints of Beryl Green #BEC2A7

Color information

#BEC2A7 (or 0xBEC2A7) is unknown color: approx Beryl Green. HEX triplet: BE, C2 and A7. RGB value is (190,194,167). Sum of RGB (Red+Green+Blue) = 190+194+167=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC2A7 is #413D58. Grayscale: #BDBDBD. Windows color (decimal): -4275545 or 10994366. OLE color: 10994366.

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

Color convert

RGB190194167-
CMYK0.0200.140.24
HSL68.89º18.12%70.78%-
HSV(B)68.89º13.92%76.08%-
XYZ47.552.3244.15-
YUV189.73115.17128.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 167 (65.62% from 255) = 30.31%
R=34.48%
G=35.21%
B=30.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941670.0200.140.2468.8918.1270.78
HexBEC2A720E18451247
Octal27630224720163010522107
Binary1011111011000010101001111001110110001000101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2A7; }

 p { color: rgb(190,194,167); }

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

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

 a { background-color: rgb(190,194,167); }

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

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

 span { border-color: rgb(190,194,167); }

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