Html Css Color HEX #BEC894 Green Mist

📋 copy color: '#BEC894'

red 190 ◦ green 200 ◦ blue 148

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

Shades of Green Mist #BEC894

Tints of Green Mist #BEC894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.51%

R = 35.32%
G = 37.17%
B = 27.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#BEC894 (or 0xBEC894) is known color: Green Mist. HEX triplet: BE, C8 and 94. RGB value is (190,200,148). Sum of RGB (Red+Green+Blue) = 190+200+148=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC894 is #41376B. Grayscale: #BFBFBF. Windows color (decimal): -4274028 or 9750718. OLE color: 9750718.

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

Color convert

RGB 190 200 148 -
CMYK 0.05 0 0.26 0.22
HSL 71.54º 0.32% 0.68% -
HSV(B) 71.54º 0.26% 0.78% -
XYZ 47.23 54.39 36.03 -
YUV 191.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 190 200 148 0.05 0 0.26 0.22 71.54 0.32 0.68
Hex BE C8 94 5 0 1A 16 48 20 44
Octal 276 310 224 5 0 32 26 110 40 104
Binary 10111110 11001000 10010100 101 0 11010 10110 1001000 100000 1000100

Color Harmonies of #BEC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC894

Black with #BEC894

Text Example


Text Example

White with #BEC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC894; }

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

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

background-color css

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

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

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

border-color css

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

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

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