Html Css Color HEX #BEC49E Green Mist

📋 copy color: '#BEC49E'

red 190 ◦ green 196 ◦ blue 158

#BEC49E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #BEC49E

Tints of Green Mist #BEC49E

RGB

 RED value IS 190 (74.61% from 255) = 34.93%

 GREEN value IS 196 (76.95% from 255) = 36.03%

 BLUE value IS 158 (62.11% from 255) = 29.04%

R = 34.93%
G = 36.03%
B = 29.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#BEC49E (or 0xBEC49E) is known color: Green Mist. HEX triplet: BE, C4 and 9E. RGB value is (190,196,158). Sum of RGB (Red+Green+Blue) = 190+196+158=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC49E is #413B61. Grayscale: #BEBEBE. Windows color (decimal): -4275042 or 10405054. OLE color: 10405054.

HSL color Cylindrical-coordinate representation of color #BEC49E: hue angle of 69.47º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC49E is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 158 -
CMYK 0.03 0 0.19 0.23
HSL 69.47º 0.24% 0.69% -
HSV(B) 69.47º 0.19% 0.77% -
XYZ 47.15 52.9 40.07 -
YUV 189.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 190 196 158 0.03 0 0.19 0.23 69.47 0.24 0.69
Hex BE C4 9E 3 0 13 17 45 18 45
Octal 276 304 236 3 0 23 27 105 30 105
Binary 10111110 11000100 10011110 11 0 10011 10111 1000101 11000 1000101

Color Harmonies of #BEC49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC49E

Black with #BEC49E

Text Example


Text Example

White with #BEC49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC49E; }

 p { color: rgb(190,196,158); }

 H1.HeaderClassName
 {
   color: #BEC49E;
 }
 .AnyTagClassName
 {
   color: #BEC49E;
 }
</style>

background-color css

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

 a { background-color: rgb(190,196,158); }

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

border-color css

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

 span { border-color: rgb(190,196,158); }

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