#BEBFBA

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

Shades of Beryl Green #BEBFBA

Tints of Beryl Green #BEBFBA

Color information

#BEBFBA (or 0xBEBFBA) is unknown color: approx Beryl Green. HEX triplet: BE, BF and BA. RGB value is (190,191,186). Sum of RGB (Red+Green+Blue) = 190+191+186=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFBA is #414045. Grayscale: #BEBEBE. Windows color (decimal): -4276294 or 12238782. OLE color: 12238782.

HSL color Cylindrical-coordinate representation of color #BEBFBA: hue angle of 72º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEBFBA is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB190191186-
CMYK0.0100.030.25
HSL72º3.76%73.92%-
HSV(B)72º2.62%74.9%-
XYZ48.7351.7553.88-
YUV190.13125.67127.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=33.51%
G=33.69%
B=32.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911860.0100.030.25723.7673.92
HexBEBFBA103194844a
Octal276277272103311104112
Binary10111110101111111011101010111100110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFBA; }

 p { color: rgb(190,191,186); }

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

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

 a { background-color: rgb(190,191,186); }

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

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

 span { border-color: rgb(190,191,186); }

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