#BEC1AC

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

Shades of Beryl Green #BEC1AC

Tints of Beryl Green #BEC1AC

Color information

#BEC1AC (or 0xBEC1AC) is unknown color: approx Beryl Green. HEX triplet: BE, C1 and AC. RGB value is (190,193,172). Sum of RGB (Red+Green+Blue) = 190+193+172=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC1AC is #413E53. Grayscale: #BDBDBD. Windows color (decimal): -4275796 or 11321790. OLE color: 11321790.

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

Color convert

RGB190193172-
CMYK0.0200.110.24
HSL68.57º14.48%71.57%-
HSV(B)68.57º10.88%75.69%-
XYZ47.7552.0746.56-
YUV189.71118.01128.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=34.23%
G=34.77%
B=30.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931720.0200.110.2468.5714.4871.57
HexBEC1AC20B1845e48
Octal27630125420133010516110
Binary101111101100000110101100100101111000100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1AC; }

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

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

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

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

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

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

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

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