#BEC4AC

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

Shades of Beryl Green #BEC4AC

Tints of Beryl Green #BEC4AC

Color information

#BEC4AC (or 0xBEC4AC) is unknown color: approx Beryl Green. HEX triplet: BE, C4 and AC. RGB value is (190,196,172). Sum of RGB (Red+Green+Blue) = 190+196+172=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4AC is #413B53. Grayscale: #BFBFBF. Windows color (decimal): -4275028 or 11322558. OLE color: 11322558.

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

Color convert

RGB190196172-
CMYK0.0300.120.23
HSL75º16.9%72.16%-
HSV(B)75º12.24%76.86%-
XYZ48.4253.4146.79-
YUV191.47117.01126.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=34.05%
G=35.13%
B=30.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961720.0300.120.237516.972.16
HexBEC4AC30C174b1148
Octal27630425430142711321110
Binary1011111011000100101011001101100101111001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4AC; }

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

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

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

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

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

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

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

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