Html Css Color HEX #BEC896 Green Mist

📋 copy color: '#BEC896'

red 190 ◦ green 200 ◦ blue 150

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

Shades of Green Mist #BEC896

Tints of Green Mist #BEC896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.04%

 BLUE value IS 150 (58.98% from 255) = 27.78%

R = 35.19%
G = 37.04%
B = 27.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#BEC896 (or 0xBEC896) is known color: Green Mist. HEX triplet: BE, C8 and 96. RGB value is (190,200,150). Sum of RGB (Red+Green+Blue) = 190+200+150=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC896 is #413769. Grayscale: #BFBFBF. Windows color (decimal): -4274026 or 9881790. OLE color: 9881790.

HSL color Cylindrical-coordinate representation of color #BEC896: hue angle of 72º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC896 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 150 -
CMYK 0.05 0 0.25 0.22
HSL 72º 0.31% 0.69% -
HSV(B) 72º 0.25% 0.78% -
XYZ 47.39 54.46 36.87 -
YUV 191.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 190 200 150 0.05 0 0.25 0.22 72 0.31 0.69
Hex BE C8 96 5 0 19 16 48 1F 45
Octal 276 310 226 5 0 31 26 110 37 105
Binary 10111110 11001000 10010110 101 0 11001 10110 1001000 11111 1000101

Color Harmonies of #BEC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC896

Black with #BEC896

Text Example


Text Example

White with #BEC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC896; }

 p { color: rgb(190,200,150); }

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

background-color css

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

 a { background-color: rgb(190,200,150); }

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

border-color css

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

 span { border-color: rgb(190,200,150); }

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