#BEC3AB

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

Shades of Beryl Green #BEC3AB

Tints of Beryl Green #BEC3AB

Color information

#BEC3AB (or 0xBEC3AB) is unknown color: approx Beryl Green. HEX triplet: BE, C3 and AB. RGB value is (190,195,171). Sum of RGB (Red+Green+Blue) = 190+195+171=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC3AB is #413C54. Grayscale: #BEBEBE. Windows color (decimal): -4275285 or 11256766. OLE color: 11256766.

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

Color convert

RGB190195171-
CMYK0.0300.120.24
HSL72.5º16.67%71.76%-
HSV(B)72.5º12.31%76.47%-
XYZ48.152.9246.21-
YUV190.77116.84127.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=34.17%
G=35.07%
B=30.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951710.0300.120.2472.516.6771.76
HexBEC3AB30C18481148
Octal27630325330143011021110
Binary1011111011000011101010111101100110001001000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3AB; }

 p { color: rgb(190,195,171); }

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

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

 a { background-color: rgb(190,195,171); }

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

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

 span { border-color: rgb(190,195,171); }

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