#BEBFA0

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

Shades of Green Mist #BEBFA0

Tints of Green Mist #BEBFA0

Color information

#BEBFA0 (or 0xBEBFA0) is unknown color: approx Green Mist. HEX triplet: BE, BF and A0. RGB value is (190,191,160). Sum of RGB (Red+Green+Blue) = 190+191+160=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBFA0 is #41405F. Grayscale: #BBBBBB. Windows color (decimal): -4276320 or 10534846. OLE color: 10534846.

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

Color convert

RGB190191160-
CMYK0.0100.160.25
HSL61.94º19.5%68.82%-
HSV(B)61.94º16.23%74.9%-
XYZ46.2150.7540.62-
YUV187.17112.67130.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=35.12%
G=35.30%
B=29.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911600.0100.160.2561.9419.568.82
HexBEBFA01010193e1345
Octal2762772401020317623105
Binary101111101011111110100000101000011001111110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFA0; }

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

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

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

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

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

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

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

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