#BEC2B3

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

Shades of Beryl Green #BEC2B3

Tints of Beryl Green #BEC2B3

Color information

#BEC2B3 (or 0xBEC2B3) is unknown color: approx Beryl Green. HEX triplet: BE, C2 and B3. RGB value is (190,194,179). Sum of RGB (Red+Green+Blue) = 190+194+179=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2B3 is #413D4C. Grayscale: #BFBFBF. Windows color (decimal): -4275533 or 11780798. OLE color: 11780798.

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

Color convert

RGB190194179-
CMYK0.0200.080.24
HSL76º10.95%73.14%-
HSV(B)76º7.73%76.08%-
XYZ48.6652.7950.27-
YUV191.09121.17127.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 194 (76.17% from 255) = 34.46%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=33.75%
G=34.46%
B=31.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941790.0200.080.247610.9573.14
HexBEC2B3208184cb49
Octal27630226320103011413111
Binary101111101100001010110011100100011000100110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2B3; }

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

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

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

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

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

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

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

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