Html Css Color HEX #BEC394 Green Mist

📋 copy color: '#BEC394'

red 190 ◦ green 195 ◦ blue 148

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

Shades of Green Mist #BEC394

Tints of Green Mist #BEC394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

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

R = 35.65%
G = 36.59%
B = 27.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#BEC394 (or 0xBEC394) is known color: Green Mist. HEX triplet: BE, C3 and 94. RGB value is (190,195,148). Sum of RGB (Red+Green+Blue) = 190+195+148=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC394 is #413C6B. Grayscale: #BCBCBC. Windows color (decimal): -4275308 or 9749438. OLE color: 9749438.

HSL color Cylindrical-coordinate representation of color #BEC394: hue angle of 66.38º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC394 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 148 -
CMYK 0.03 0 0.24 0.24
HSL 66.38º 0.28% 0.67% -
HSV(B) 66.38º 0.24% 0.76% -
XYZ 46.1 52.12 35.65 -
YUV 188.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 190 195 148 0.03 0 0.24 0.24 66.38 0.28 0.67
Hex BE C3 94 3 0 18 18 42 1C 43
Octal 276 303 224 3 0 30 30 102 34 103
Binary 10111110 11000011 10010100 11 0 11000 11000 1000010 11100 1000011

Color Harmonies of #BEC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC394

Black with #BEC394

Text Example


Text Example

White with #BEC394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC394; }

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

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

background-color css

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

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

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

border-color css

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

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

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