Html Css Color HEX #BEC191 Green Mist

📋 copy color: '#BEC191'

red 190 ◦ green 193 ◦ blue 145

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

Shades of Green Mist #BEC191

Tints of Green Mist #BEC191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.55%

 BLUE value IS 145 (57.03% from 255) = 27.46%

R = 35.98%
G = 36.55%
B = 27.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#BEC191 (or 0xBEC191) is known color: Green Mist. HEX triplet: BE, C1 and 91. RGB value is (190,193,145). Sum of RGB (Red+Green+Blue) = 190+193+145=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC191 is #413E6E. Grayscale: #BABABA. Windows color (decimal): -4275823 or 9552318. OLE color: 9552318.

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

Color convert

RGB 190 193 145 -
CMYK 0.02 0 0.25 0.24
HSL 63.75º 0.28% 0.66% -
HSV(B) 63.75º 0.25% 0.76% -
XYZ 45.42 51.13 34.26 -
YUV 186.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 190 193 145 0.02 0 0.25 0.24 63.75 0.28 0.66
Hex BE C1 91 2 0 19 18 40 1C 42
Octal 276 301 221 2 0 31 30 100 34 102
Binary 10111110 11000001 10010001 10 0 11001 11000 1000000 11100 1000010

Color Harmonies of #BEC191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC191

Black with #BEC191

Text Example


Text Example

White with #BEC191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC191; }

 p { color: rgb(190,193,145); }

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

background-color css

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

 a { background-color: rgb(190,193,145); }

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

border-color css

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

 span { border-color: rgb(190,193,145); }

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