#BEBC97

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

Shades of Green Mist #BEBC97

Tints of Green Mist #BEBC97

Color information

#BEBC97 (or 0xBEBC97) is unknown color: approx Green Mist. HEX triplet: BE, BC and 97. RGB value is (190,188,151). Sum of RGB (Red+Green+Blue) = 190+188+151=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC97 is #414368. Grayscale: #B8B8B8. Windows color (decimal): -4277097 or 9944254. OLE color: 9944254.

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

Color convert

RGB190188151-
CMYK00.010.210.25
HSL56.92º23.08%66.86%-
HSV(B)56.92º20.53%74.51%-
XYZ44.849.1536.4-
YUV184.38109.16132.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=35.92%
G=35.54%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018815100.010.210.2556.9223.0866.86
HexBEBC97011519391743
Octal2762742270125317127103
Binary101111101011110010010111011010111001111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC97; }

 p { color: rgb(190,188,151); }

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

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

 a { background-color: rgb(190,188,151); }

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

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

 span { border-color: rgb(190,188,151); }

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