#BEC2B1

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

Shades of Beryl Green #BEC2B1

Tints of Beryl Green #BEC2B1

Color information

#BEC2B1 (or 0xBEC2B1) is unknown color: approx Beryl Green. HEX triplet: BE, C2 and B1. RGB value is (190,194,177). Sum of RGB (Red+Green+Blue) = 190+194+177=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC2B1 is #413D4E. Grayscale: #BEBEBE. Windows color (decimal): -4275535 or 11649726. OLE color: 11649726.

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

Color convert

RGB190194177-
CMYK0.0200.090.24
HSL74.12º12.23%72.75%-
HSV(B)74.12º8.76%76.08%-
XYZ48.4652.7149.21-
YUV190.87120.17127.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 177 (69.53% from 255) = 31.55%
R=33.87%
G=34.58%
B=31.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941770.0200.090.2474.1212.2372.75
HexBEC2B1209184ac49
Octal27630226120113011214111
Binary101111101100001010110001100100111000100101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2B1; }

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

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

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

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

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

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

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

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